Created
February 8, 2017 18:07
-
-
Save dibmartins/5b7a77d30713df805c034c0b48832281 to your computer and use it in GitHub Desktop.
install-php-7-ubuntu
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 install python-software-properties | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt-get update | |
sudo apt-get purge php5-fpm -y | |
sudo apt-get install php7.0 php7.0-fpm | |
sudo apt-get install php7.0-mysql -y | |
sudo apt-get --purge autoremove -y | |
php --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment