Skip to content

Instantly share code, notes, and snippets.

@bbcallen
Last active January 2, 2016 15:30
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 bbcallen/73c87dacd9b852dcf53d to your computer and use it in GitHub Desktop.
Save bbcallen/73c87dacd9b852dcf53d to your computer and use it in GitHub Desktop.
# for debian
# upgrade
apt-get update
apt-get upgrade -y --fix-missing
# apt-get install build-essential
# mysql
apt-get install -y mysql-server
apt-get install -y mysql-client
# php5
apt-get install -y php5
# nginx
apt-get install -y nginx
# php5-fpm
apt-get install -y php5-fpm
# phpmyadmin
apt-get install -y phpmyadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment