An online judge platform for algorithm competitions and training.
- GNU Make
- python 2.7.3
- django 1.4.2
- django-registration
- sqlite 3
- Note: best way to install these is using pip:
sudo apt-get install pip
sudo pip install Django==1.4.5
sudo pip install django-registration
make
builds the database and starts the dev server- go to localhost:8000 and you should see the app running
make run-mail
starts a dummy e-mail server (required only for account creation)make help
lists targets