inital project layout
This commit is contained in:
commit
3c5ce29f67
11 changed files with 325 additions and 0 deletions
23
README
Normal file
23
README
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue