Created
May 1, 2009 23:13
-
-
Save brosner/105313 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
# install pinax 0.7beta2 on ubuntu 9.04 | |
sudo aptitude install python-setuptools | |
sudo aptitude install python-imaging | |
wget http://downloads.pinaxproject.com/pinax-0.7beta2.tar.gz | |
tar zxvf pinax-0.7beta2.tar.gz | |
python pinax-0.7beta2/scripts/pinax-boot.py pinax-env | |
echo "/usr/lib/python2.6/dist-packages/" > pinax-env/lib/python2.6/site-packages/fuck-ubuntu.pth | |
source pinax-env/bin/activate | |
pinax-admin clone_project social_project mysite | |
cd mysite/ | |
python manage.py syncdb | |
python manage.py runserver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment