easyctf-2017/README.md

18 lines
615 B
Markdown
Raw Normal View History

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.
2015-12-25 20:07:13 +00:00
1. Navigate to the root directory of this project in a terminal.
2015-12-25 18:59:32 +00:00
2. Enter the command `vagrant up` to create a virtual machine using the Vagrantfile.
3. Enter the command `vagrant ssh` to SSH into the virtual machine.
2015-12-23 06:49:28 +00:00
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