Skip to content

Instantly share code, notes, and snippets.

@slor
Created January 15, 2012 19:14
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 slor/1616881 to your computer and use it in GitHub Desktop.
Save slor/1616881 to your computer and use it in GitHub Desktop.
Mint 12 installs for Django app on Heroku Cedar
# Installs the prerequisites to set up a Django app on Heroku Cedar [2].
apt-get install python-setuptools
apt-get install python-dev
easy_install pip
pip install virtualenvwrapper
apt-get install curl
apt-get install postgresql
sudo apt-get install postgresql-server-dev-9.1
# 1 - http://www.linuxmint.com/edition.php?id=94
# 2 - http://devcenter.heroku.com/articles/django
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment