Go to file
2011-11-19 15:39:28 +05:30
best new Atlas table from Nov 2011 data. 2011-11-19 15:39:28 +05:30
data overflow auto 2011-10-15 14:04:38 -04:00
wsgi overflow auto 2011-10-15 14:04:38 -04:00
fabfile.py overflow auto 2011-10-15 14:04:38 -04:00
README overflow auto 2011-10-15 14:04:38 -04:00
requirements.txt overflow auto 2011-10-15 14:04:38 -04:00

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;