24 lines
392 B
Text
24 lines
392 B
Text
|
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
|
||
|
|