Skip to content

Instantly share code, notes, and snippets.

@ironfroggy
Created February 15, 2009 16:17
Show Gist options
  • Save ironfroggy/64745 to your computer and use it in GitHub Desktop.
Save ironfroggy/64745 to your computer and use it in GitHub Desktop.
# This will setup a working environment on a new machine
apt-get update
apt-get install subversion git-core bzr -y
apt-get install python-imaging
wget http://svn.pinaxproject.com/pinax/trunk/bin/pinax-boot.py
python pinax-boot pinax-env
source pinax-env/bin/activate
pip install -r pinax-env/src/pinax/requirements/external_apps.txt
git clone git@github.com:ironfroggy/drinktale.git
(cd drinktale/drinktale2; python manage.py syncdb;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment