No description
problems | ||
README.md |
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 in a terminal.
- Enter the command
vagrant up
to create a virtual machine using the Vagrantfile. - Enter the command
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.