Go to file
2011-06-24 16:41:16 +05:30
index silly syntax error 2010-12-31 21:21:30 +05:30
wsgi inital project layout 2010-03-02 20:01:11 +05:30
COPYING silli commit 2011-06-24 16:34:55 +05:30
fabfile.py editted fabfile 2010-03-02 22:48:26 +05:30
README final irc test. 2011-06-24 16:41:16 +05:30
requirements.txt corrected dateutil dependancy in requirements 2010-03-02 22:58:47 +05:30

theindex.cc


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