Go to file
2011-10-18 18:37:20 +05:30
trubox made design changes and added functionality to slider 2011-10-18 18:37:20 +05:30
wsgi i hate windows 2011-10-05 07:53:11 -04:00
fabfile.py i hate windows 2011-10-05 07:53:11 -04:00
README i hate windows 2011-10-05 07:53:11 -04:00
requirements.txt requirements bingapi 2011-10-07 00:33:49 +05:30

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