Skip to content

Commit

Permalink
Updating documentation for run of the sources
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Nov 23, 2017
1 parent 43b8202 commit 8c10000
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,21 @@ Now let's start by compiling the project.
```Shell
cd WebGoat
git checkout develop
git checkout <<branch_name>>
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
Expand Down

0 comments on commit 8c10000

Please sign in to comment.