Skip to content

Instantly share code, notes, and snippets.

@kausikram
Last active January 9, 2016 18:09
Show Gist options
  • Save kausikram/1c5ab248b37e763b5186 to your computer and use it in GitHub Desktop.
Save kausikram/1c5ab248b37e763b5186 to your computer and use it in GitHub Desktop.
Quick set of Ubuntu installs for django project
echo "Getting Started"
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install python-dev python-setuptools
echo "Setting up Stuff for PIL"
sudo apt-get install nginx
echo "Setting up Stuff for PIL"
sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk
echo "Setting Up Git"
sudo apt-get install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment