2015-12-23 06:49:28 +00: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.
|
|
|
|
2. Perform a `vagrant up` to create a virtual machine using the Vagrantfile.
|
|
|
|
3. Perform a `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](http://localhost:8080) on your local machine to see if it works.
|
|
|
|
|
|
|
|
If you have any issues during installation, file an issue.
|
|
|
|
|
|
|
|
## Notes
|
2015-12-21 02:03:20 +00:00
|
|
|
|
2015-12-23 01:18:30 +00:00
|
|
|
**Resources** : Flask, MySQL
|
|
|
|
|
2015-12-21 02:03:20 +00:00
|
|
|
|
2015-12-21 23:16:57 +00:00
|
|
|
Main Pages:
|
2015-12-24 00:04:34 +00:00
|
|
|
- <b>index.html</b>
|
|
|
|
- <b>login.html</b>
|
|
|
|
- <b>register.html</b>
|
|
|
|
- <b>about.html</b>
|
2015-12-21 23:16:57 +00:00
|
|
|
- scoreboard.html
|
|
|
|
- problems.html
|
|
|
|
- account.html
|
|
|
|
- programming.html
|
|
|
|
- chat.html
|
|
|
|
- forgot_password.html
|
|
|
|
- logout.html
|
|
|
|
- rules.html
|
|
|
|
- team.html
|
|
|
|
- shell.html
|
|
|
|
- updates.html
|
|
|
|
- resetpassword.html
|
|
|
|
|
2015-12-24 00:04:34 +00:00
|
|
|
Color Scheme: #69D2E7 | #A7DBDB | #E0E4CC | #F38630 | #FA6900
|