Clarified instructions
This commit is contained in:
parent
b7d4196e1b
commit
cacde9f159
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ Platform for the EasyCTF 2016 competition.
|
|||
|
||||
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.
|
||||
1. Navigate to the root directory of this project in Git Bash.
|
||||
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.
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue