Skip to content

Instantly share code, notes, and snippets.

@sfelde
Last active December 25, 2015 08:49
Show Gist options
  • Save sfelde/6949200 to your computer and use it in GitHub Desktop.
Save sfelde/6949200 to your computer and use it in GitHub Desktop.
nginx install
sudo apt-get install python-software-properties
sudo -s
nginx=stable # use nginx=development for latest development version
add-apt-repository ppa:nginx/$nginx
apt-get update
apt-get install nginx
@sfelde
Copy link
Author

sfelde commented Jan 30, 2014

php-fpm 5.4x

sudo add-apt-repository ppa:ondrej/php5
sudo apt-get update
sudo apt-get upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment