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