Skip to content

Instantly share code, notes, and snippets.

@caingougou
Last active January 10, 2017 09:49
Show Gist options
  • Save caingougou/812f0045ae8556a77f9cb970e91d86a8 to your computer and use it in GitHub Desktop.
Save caingougou/812f0045ae8556a77f9cb970e91d86a8 to your computer and use it in GitHub Desktop.
install php 7.0 fpm on ubuntu 14.04
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-key update
sudo apt-get install php7.0-fpm -y --force-yes