No description
4ec9725813
Working on other pages styling |
||
---|---|---|
scripts | ||
server | ||
web | ||
.gitignore | ||
ctf.nginx | ||
deploy | ||
README.md | ||
Vagrantfile |
EasyCTF 2016
Platform for the EasyCTF 2016 competition.
Installation
If you have Vagrant installed, setting up the platform should be a piece of cake.
- Navigate to the root directory of this project.
- Perform a
vagrant up
to create a virtual machine using the Vagrantfile. - Perform a
vagrant ssh
to SSH into the virtual machine. - Once you're inside the virtual machine, run
deploy
to start the server. - Open localhost:8080 on your local machine to see if it works.
If you have any issues during installation, file an issue.
Notes
Resources : Flask, MySQL
Main Pages:
- index.html
- login.html
- register.html
- about.html
- 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
Color Scheme: #69D2E7 | #A7DBDB | #E0E4CC | #F38630 | #FA6900