Go to file
2010-03-02 22:31:49 +05:30
wsgi inital project layout 2010-03-02 20:01:11 +05:30
fabfile.py fabfile edits 2010-03-02 22:31:49 +05:30
README inital project layout 2010-03-02 20:01:11 +05:30
requirements.txt with j's scripts 2010-03-02 22:24:01 +05:30

index

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

Develop:
    create index/local_settings.py

    . bin/activate
    cd index
    python manage.py shell

    python manage.py runserver

Deploy:
    create index/local_settings.py

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