Last active
January 9, 2016 18:09
-
-
Save kausikram/1c5ab248b37e763b5186 to your computer and use it in GitHub Desktop.
Quick set of Ubuntu installs for django project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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