git clone git://github.com/reinbach/tutorus.git
mkvirtualenv tutorus
pip install -r requirements.txt
Configure your settings settings/<env>.py and then create symlink back to <env>.py called currentenv.py
ln -s settings/prod.py settings/currentenv.py
python manage.py syncdb
python manage.py migrate
python manage.py collectstatic
./manage test –settings=settings.test
cd docs make html