Go to file
2015-12-21 16:53:44 -05:00
scripts basic setup 2015-12-21 01:04:00 -06:00
server Add secret key 2015-12-21 16:08:50 -05:00
.gitignore Add secret key 2015-12-21 16:08:50 -05:00
deploy Add gunicorn deploy script 2015-12-21 16:41:55 -05:00
README.md Add setup instuctions to the README 2015-12-21 16:53:44 -05:00
Vagrantfile basic setup 2015-12-21 01:04:00 -06:00

#EasyCTF 2016 The EasyCTF website for the 2016 competition.

Back End : Flask (Python)

Front End : Angular.js (JavaScript)

Color Scheme: #69D2E7 | #A7DBDB | #E0E4CC | #F38630 | #FA6900

Setting Up The Environment

  1. Download VirtualBox and Vagrant
  2. Run vagrant up to create the Virtual Machine according to Vagrantfile
  3. Run vagrant ssh to connect to the Virtual Machine
  4. Run ./deploy to deploy the site
  5. View the site on port 8000