547 B
547 B
#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
- Download VirtualBox and Vagrant
- Run
vagrant up
to create the Virtual Machine according toVagrantfile
- Run
vagrant ssh
to connect to the Virtual Machine - Run
./deploy
to deploy the site - View the site on port 8000