Skip to content

Instantly share code, notes, and snippets.

@dibmartins
Created February 8, 2017 18:07
Show Gist options
  • Save dibmartins/5b7a77d30713df805c034c0b48832281 to your computer and use it in GitHub Desktop.
Save dibmartins/5b7a77d30713df805c034c0b48832281 to your computer and use it in GitHub Desktop.
install-php-7-ubuntu
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