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