Updates to Dev Bootstrap

- Use '-e' option in script echo commands to enable interpretation of escape sequences -> to make bash colours work
- README changed to show proper execution instruction
This commit is contained in:
Dilshan Rajapakse
2016-05-21 20:11:50 +10:00
parent 7f91671c8f
commit 4fc6a416dd
2 changed files with 39 additions and 37 deletions

View File

@ -95,7 +95,7 @@ launch Tomcat listening on localhost:8080
mkdir WebGoat-Workspace
cd WebGoat-Workspace
curl -o webgoat_developer_bootstrap.sh https://raw.githubusercontent.com/WebGoat/WebGoat/master/webgoat_developer_bootstrap.sh
sh webgoat_developer_bootstrap.sh
./webgoat_developer_bootstrap.sh
```
## The Manual Way: Developer Edition!