Go to file
2011-07-23 18:11:10 +05:30
best added stop handler. freeze for now. 2011-07-23 18:02:24 +05:30
data data 2011-07-16 18:56:27 +05:30
wsgi inital project layout 2011-07-16 11:18:20 +05:30
fabfile.py inital project layout 2011-07-16 11:18:20 +05:30
README inconsequential 2011-07-20 17:25:50 +05:30
requirements.txt requirements file 2011-07-23 18:11:10 +05:30

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;