Go to file
ashok sukumaran 0daa39d882 frontpages
2011-07-04 22:46:58 +05:30
edgware frontpages 2011-07-04 22:46:58 +05:30
wsgi inital project layout 2010-03-07 21:33:15 +05:30
COPYING changed license to gpl v 3 - am i allowed to do that? wtf.. 2011-07-03 07:02:51 +05:30
fabfile.py inital project layout 2010-03-07 21:33:15 +05:30
README inital project layout 2010-03-07 21:33:15 +05:30
requirements.txt put upload and browser into brown bar template; small fixes with requirements.txt 2011-06-30 19:48:29 +05:30
THANKS added THANKS file 2011-07-03 07:05:38 +05:30

edgware

Get:
    bzr branch PUBLIC_URL edgware
    cd edgware
    virtualenv .
    pip -E . install -r requirements.txt

Develop:
    create edgware/local_settings.py

    . bin/activate
    cd edgware
    python manage.py shell

    python manage.py runserver

Deploy:
    create edgware/local_settings.py

    create /etc/apache2/sites-availavle/sitename.conf