2015-12-19 03:34:59 +00:00
|
|
|
#EasyCTF 2016
|
2015-12-21 06:14:10 +00:00
|
|
|
The EasyCTF website for the 2016 competition.
|
2015-12-21 02:03:20 +00:00
|
|
|
|
2015-12-21 06:13:36 +00:00
|
|
|
**Back End** : Flask (Python)
|
2015-12-21 02:03:20 +00:00
|
|
|
|
2015-12-21 23:16:57 +00:00
|
|
|
Main Pages:
|
|
|
|
- login.html
|
|
|
|
- register.html
|
|
|
|
- scoreboard.html
|
|
|
|
- problems.html
|
|
|
|
- account.html
|
|
|
|
- programming.html
|
|
|
|
- chat.html
|
|
|
|
- about.html
|
|
|
|
- forgot_password.html
|
|
|
|
- logout.html
|
|
|
|
- rules.html
|
|
|
|
- team.html
|
|
|
|
- shell.html
|
|
|
|
- updates.html
|
|
|
|
- resetpassword.html
|
|
|
|
|
2015-12-21 06:13:36 +00:00
|
|
|
**Front End** : Angular.js (JavaScript)
|
|
|
|
|
|
|
|
Color Scheme: #69D2E7 | #A7DBDB | #E0E4CC | #F38630 | #FA6900
|
2015-12-21 21:53:38 +00:00
|
|
|
|
|
|
|
Setting Up The Environment
|
|
|
|
----------
|
|
|
|
1. Download [VirtualBox](https://www.virtualbox.org) and [Vagrant](https://www.vagrantup.com)
|
|
|
|
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
|