added instructions
This commit is contained in:
parent
a1f2738dc8
commit
741ebc8ad3
1 changed files with 17 additions and 2 deletions
17
README.md
17
README.md
|
@ -1,5 +1,20 @@
|
||||||
# EasyCTF 2016
|
# EasyCTF 2016
|
||||||
The EasyCTF website for the 2016 competition.
|
|
||||||
|
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
|
||||||
|
|
||||||
**Resources** : Flask, MySQL
|
**Resources** : Flask, MySQL
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue