Skip to content

Instantly share code, notes, and snippets.

@gregnewman
Forked from brosner/gist:105313
Created May 1, 2009 23:17
Show Gist options
  • Save gregnewman/105315 to your computer and use it in GitHub Desktop.
Save gregnewman/105315 to your computer and use it in GitHub Desktop.
# 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