bestroutes/README
2011-11-21 22:34:17 +05:30

22 lines
381 B
Plaintext

bestroutes
Get:
bzr branch PUBLIC_URL bestroutes
cd bestroutes
virtualenv .
pip -E . install -r requirements.txt
Develop:
create bestroutes/local_settings.py
. bin/activate
cd bestroutes
python manage.py shell
python manage.py runserver
Deploy:
create bestroutes/local_settings.py
create /etc/apache2/sites-availavle/sitename.conf