bestSMS/README
2011-07-17 00:47:41 +05:30

28 lines
496 B
Plaintext

best
Get:
bzr branch http://code.camputer.org/bestSMS best
cd best
virtualenv .
pip -E . install -r requirements.txt
you will also need: postgres, postgresql-postgis
Develop:
create best/local_settings.py
. bin/activate
cd best
python manage.py shell
python manage.py runserver
Deploy:
create best/local_settings.py
create /etc/apache2/sites-availavle/sitename.conf
edit fabfile.py
run fab production setup; fab production deploy;