22 lines
357 B
Plaintext
22 lines
357 B
Plaintext
trubox
|
|
|
|
Get:
|
|
bzr branch PUBLIC_URL trubox
|
|
cd trubox
|
|
virtualenv .
|
|
pip -E . install -r requirements.txt
|
|
|
|
Develop:
|
|
create trubox/local_settings.py
|
|
|
|
. bin/activate
|
|
cd trubox
|
|
python manage.py shell
|
|
|
|
python manage.py runserver
|
|
|
|
Deploy:
|
|
create trubox/local_settings.py
|
|
|
|
create /etc/apache2/sites-availavle/sitename.conf
|