Created
February 15, 2009 16:17
-
-
Save ironfroggy/64745 to your computer and use it in GitHub Desktop.
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
# 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 [email protected]: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