You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Johnson Chetty c629a7c10f new Atlas table from Nov 2011 data. 13 years ago
best new Atlas table from Nov 2011 data. 13 years ago
data overflow auto 13 years ago
wsgi overflow auto 13 years ago
README overflow auto 13 years ago
fabfile.py overflow auto 13 years ago
requirements.txt overflow auto 13 years ago

README

SMSbest

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;