You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
464 B

trubox
Get:
cd trubox
virtualenv .
pip -E . install -r requirements.txt
Setup:
. bin/activate
cd trubox
(create mysql db for project.)
python manage.py syncdb
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
13 years ago
Test:
13 years ago
plug and pray.. er.. play