Junior Hackathon competition system.
- Python
- Django
- Fabric
- nginx
- supervisord
Developed and tested on Ubuntu 12.04.
- Install
python-dev
andpython-setuptools
. - Install
pip
usingsudo easy_install pip
. - Install python dependencies with
pip install -r requirements.pip
. - Run migrations.
- Run
python manage.py runserver
.
TODO