index/README

23 lines
358 B
Text
Raw Normal View History

2011-06-24 16:31:05 +05:30
theindex.cc
2010-03-02 20:01:11 +05:30
2011-06-24 16:41:16 +05:30
2010-03-02 20:01:11 +05:30
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