From 8c10000e4e1dece5a1697b1e9fae3425264bd3e8 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Thu, 23 Nov 2017 03:01:09 +0100 Subject: [PATCH] Updating documentation for run of the sources --- README.MD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index e0080a860..c1563eed0 100644 --- a/README.MD +++ b/README.MD @@ -88,20 +88,21 @@ Now let's start by compiling the project. ```Shell cd WebGoat -git checkout develop +git checkout <> mvn clean install ``` Now we are ready to run the project. WebGoat 8.x is using Spring-Boot. ```Shell -mvn -pl webwolf spring-boot:run +mvn -pl webgoat-server spring-boot:run ``` ... you should be running webgoat on localhost:8080/WebGoat momentarily To change IP addresss add the following variable to WebGoat/webgoat-container/src/main/resources/application.properties file -```server.address=x.x.x.x +``` +server.address=x.x.x.x ``` # Vagrant