Skip to content

Instantly share code, notes, and snippets.

@Ghostavio
Last active August 29, 2015 14:18
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 Ghostavio/60758c7079b6131005d9 to your computer and use it in GitHub Desktop.
Save Ghostavio/60758c7079b6131005d9 to your computer and use it in GitHub Desktop.
sudo apt-get install nginx
sudo apt-get install mysql-server
sudo apt-get install python-pip python-dev build-essential
sudo pip install --upgrade pip
sudo pip install virtualenvwrapper
sudo pip install uwsgi

sudo apt-get install nginx

sudo apt-get install mysql-server

sudo apt-get install python-pip python-dev build-essential

sudo pip install --upgrade pip

sudo pip install virtualenvwrapper

sudo pip install uwsgi

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