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.
 
 
 
 
Sanj 0d488964c9 requirements bingapi 13 years ago
trubox admin 13 years ago
wsgi i hate windows 13 years ago
README i hate windows 13 years ago
fabfile.py i hate windows 13 years ago
requirements.txt requirements bingapi 13 years ago

README

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

Test:
plug and pray.. er.. play