24 lines
429 B
Plaintext
24 lines
429 B
Plaintext
padmaTexts
|
|
|
|
Get:
|
|
bzr branch PUBLIC_URL padmaTexts
|
|
cd padmaTexts
|
|
virtualenv .
|
|
pip -E . install -r requirements.txt
|
|
|
|
Develop:
|
|
create padmaTexts/local_settings.py
|
|
|
|
. bin/activate
|
|
cd padmaTexts
|
|
python manage.py shell
|
|
|
|
python manage.py runserver
|
|
|
|
Deploy:
|
|
create padmaTexts/local_settings.py
|
|
|
|
create /etc/apache2/sites-availavle/sitename.conf
|
|
|
|
Additional setup info in padmaTexts/README.txt
|