Skip to content

Instantly share code, notes, and snippets.

@woogist
Last active December 19, 2015 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogist/5964106 to your computer and use it in GitHub Desktop.
Save woogist/5964106 to your computer and use it in GitHub Desktop.
## update && upgrade
apt-get update
apt-get -y upgrade
## install software
apt-get -y install nginx nginx-common nginx-full php5-fpm php5-mysql php5-curl php5-cli php5-mcrypt php5-gd php-apc unzip zip
## start nginx
service nginx start
service php5-fpm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment