Skip to content

Instantly share code, notes, and snippets.

@andysnell
Last active November 12, 2016 21:42
Show Gist options
  • Save andysnell/5094a2f8bc91ecca88f77b8c8ec98d86 to your computer and use it in GitHub Desktop.
Save andysnell/5094a2f8bc91ecca88f77b8c8ec98d86 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo add-apt-repository -y ppa:ondrej/php
sudo apt-get install -y php7.0
sudo apt-get update
sudo apt-get install -y php7.0-mysql libapache2-mod-php7.0 php-mbstring
sudo a2dismod php5
sudo a2enmod php7.0
sudo apachectl restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment