Last active
January 10, 2017 09:49
-
-
Save caingougou/812f0045ae8556a77f9cb970e91d86a8 to your computer and use it in GitHub Desktop.
install php 7.0 fpm on ubuntu 14.04
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 add-apt-repository ppa:ondrej/php | |
sudo apt-get update | |
sudo apt-key update | |
sudo apt-get install php7.0-fpm -y --force-yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -sSL https://gist.githubusercontent.com/caingougou/812f0045ae8556a77f9cb970e91d86a8/raw/af184d684a1da7ca5cc06a13a88ff21b9b06236a/install_php7.0_ubuntu_14.04.sh | sh