2011-07-20 17:25:50 +05:30
|
|
|
SMSbest
|
2011-07-16 11:18:20 +05:30
|
|
|
|
|
|
|
Get:
|
2011-07-17 00:47:41 +05:30
|
|
|
bzr branch http://code.camputer.org/bestSMS best
|
2011-07-16 11:18:20 +05:30
|
|
|
cd best
|
|
|
|
virtualenv .
|
|
|
|
pip -E . install -r requirements.txt
|
|
|
|
|
2011-07-17 00:47:41 +05:30
|
|
|
you will also need: postgres, postgresql-postgis
|
|
|
|
|
2011-07-16 11:18:20 +05:30
|
|
|
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
|
2011-07-17 00:47:41 +05:30
|
|
|
|
|
|
|
edit fabfile.py
|
|
|
|
|
|
|
|
run fab production setup; fab production deploy;
|