A CTF calendar. Soon to be kewler than CTFTime ;) Not ready for production yet.
To run a development instance, clone the repositor and enter a password into a MYSQL_ROOT_PASSWORD
file in the repository root. Then run the following commands to start vagrant:
$ vagrant up
$ vagrant ssh
Once you're in the virtual machine, initialize the development server:
$ cd /vagrant
$ python manage.py runserver
Copyright 2016 by the EasyCTF team.