Leeroy is a WIP status page for Jenkins builds written in Django.
I don't know Django.
So this will be fun.
I like using virtualenvwrapper (and, of course, virtualenv).
mkvirtualenv leeroy
workon leeroy
pip install -r requirements.txt
Heyo! We have lift-off. Let's get this party started.
python manage.py syncdb
python manage.py runserver
If you use tmuxinator, you might find this config file useful.