Skip to content

Instantly share code, notes, and snippets.

@FullZero5
Forked from artemsky/upgrade.sh
Created September 2, 2018 08:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FullZero5/9c4903ea1520355f9da5979d0d397497 to your computer and use it in GitHub Desktop.
Save FullZero5/9c4903ea1520355f9da5979d0d397497 to your computer and use it in GitHub Desktop.
PHP 7.2 Cloud9
sudo apt-get install python-software-properties -y
sudo add-apt-repository ppa:ondrej/php -y
sudo apt-get update -y
sudo apt-get install php7.2 php-pear php7.2-curl php7.2-dev php7.2-gd php7.2-mbstring php7.2-zip php7.2-mysql php7.2-xml
sudo apt-get install libapache2-mod-php7.2 -y
sudo a2dismod php5
sudo a2enmod php7.2
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment