inital project layout

This commit is contained in:
j 2011-09-04 13:25:14 +02:00
commit 3c5ce29f67
11 changed files with 325 additions and 0 deletions

23
README Normal file
View file

@ -0,0 +1,23 @@
oxbrowser
Get:
bzr branch PUBLIC_URL oxbrowser
cd oxbrowser
virtualenv .
pip -E . install -r requirements.txt
Develop:
create oxbrowser/local_settings.py
cd oxbrowser
python manage.py shell
python manage.py runserver
Deploy:
create oxbrowser/local_settings.py
create /etc/nginx/sites-availavle/sitename.conf
create /etc/init/oxbrowser.conf