#!/bin/bash sudo apt-get update # Now let's install all the required ubuntu packages sudo apt-get install build-essential uwsgi nginx uwsgi-plugin-python python-pip # PS! If you are doing this stuff for fun I do recommend to install nginx from PPA repository # that you can find here https://launchpad.net/~nginx/+archive/development # Now let's install virtualenv sudo pip install virtualenv