From 1a9dcc1d2182ac84558ee91588735349d8a174b4 Mon Sep 17 00:00:00 2001 From: Jason White Date: Mon, 5 Dec 2016 07:58:05 -0500 Subject: [PATCH] moving vagrant instructions down --- README.MD | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.MD b/README.MD index 35f227722..a9544998e 100644 --- a/README.MD +++ b/README.MD @@ -100,18 +100,6 @@ browser. # For Developers -## Vagrant - -For an easy development experience you can use Vagrant. Note you should have Vagrant and Virtualbox installed on your system. - -```shell - $ cd WebGoat/webgoat-images/vagrant-developers - $ vagrant up -``` - -Once the provisioning is complete login to the Virtualbox with username vagrant and password vagrant. -The source code will be available in the home directory. - ## Set up manual Follow these instructions if you wish to run Webgoat and modify the source code as well. @@ -182,3 +170,15 @@ docker ps ``` With the last command you are able to determine ip address to connect to. + +## Vagrant + +For an easy development experience you can use Vagrant. Note you should have Vagrant and Virtualbox installed on your system. + +```shell + $ cd WebGoat/webgoat-images/vagrant-developers + $ vagrant up +``` + +Once the provisioning is complete login to the Virtualbox with username vagrant and password vagrant. +The source code will be available in the home directory.