Skip to content

Instantly share code, notes, and snippets.

@cagatayldzz
Created May 1, 2017 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cagatayldzz/714194db31b45db1724b12b4dace502d to your computer and use it in GitHub Desktop.
Save cagatayldzz/714194db31b45db1724b12b4dace502d to your computer and use it in GitHub Desktop.
cloud9 php7 install
sudo add-apt-repository ppa:ondrej/php -y
sudo apt-get update -y
sudo apt-get install php7.0-curl php7.0-dev php7.0-gd php7.0-zip php7.0-intl php7.0-mcrypt php7.0-json php7.0-mysql php7.0-opcache php7.0-bcmath php7.0-mbstring php7.0-soap php7.0-xml
sudo apt-get install libapache2-mod-php7.0 -y
sudo a2dismod php5
sudo a2enmod php7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment