Go to file
2016-04-19 20:44:16 -04:00
problems Problem editor. 2016-03-12 01:34:26 -06:00
scripts Fix deploying with gunicorn. 2016-03-16 20:41:05 -05:00
server Implement competition start and end times 2016-04-19 11:00:43 -04:00
web Implement competition start and end times 2016-04-19 11:00:43 -04:00
.gitignore Implement grader scripts 2016-04-07 22:48:12 -04:00
ctf.nginx Added more to navbar. 2016-03-12 22:46:52 -06:00
deploy Add basic implementation for creating new problems 2016-04-07 16:37:01 -04:00
README.md Update README 2016-04-19 20:44:16 -04:00
Vagrantfile Fix deploying with gunicorn. 2016-03-16 20:41:05 -05:00

EasyCTF 2016

Platform for the EasyCTF 2016 competition.

Installation

If you have Vagrant installed, setting up the platform should be a piece of cake.

  1. Navigate to the root directory of this project in a terminal.
  2. Enter the command vagrant up to create a virtual machine using the Vagrantfile.
  3. Enter the command vagrant ssh to SSH into the virtual machine.
  4. Once you're inside the virtual machine, run deploy to start the server.
  5. Open localhost:8080 on your local machine to see if it works.

If you have any issues during installation, file an issue.

Notes