Last active
November 12, 2016 21:42
-
-
Save andysnell/5094a2f8bc91ecca88f77b8c8ec98d86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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