Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 555 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 555 Bytes

EasyCTF Calendar

A CTF calendar. Soon to be kewler than CTFTime ;) Not ready for production yet.

Quick Start

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 and License

Copyright 2016 by the EasyCTF team.