From d1f90e1a656b5cc084a8f5131526a91b830f885a Mon Sep 17 00:00:00 2001 From: Jason White Date: Tue, 9 Jun 2015 20:13:52 -0400 Subject: [PATCH] Update with instructions for UI fork --- README.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.txt b/README.txt index e9bd23827..636f5dddc 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,22 @@ +********** +* June 9 2015 +* ##### WebGoat Container Migration from AngularJS to Backbone ##### +* Why: AngularJS is a little heavy (and acutally a little too secure, imagine tha) for the purposes of WebGoat ... IMO +* When: Now +* How: If you'd like to help. Fork this repository and contact me (jason.white@owasp.org) as to the current priorities/needs. Once you fork it, +* After forking and cloning this repo, you should also fork/clone the lessons repository (https://github.com/WebGoat/WebGoat-Lessons). More on that in a second +* in the core/container WebGoat (this) project +* $ mvn clean install +* Then either package and put the package in a local tomcat OR ... +* $ mvn tomcat:run +* Then you'll need to switch to the lessons directory and +* $ mvn clean packa +* Then copy some of the lesson jars into your $TOMCAT_HOME/webapps/{webgoat-container}/plugin_lessons +* Now you should have something to work against. +********** + +##### Original WebGoat ReadMe follows ##### + ********** ********** WebGoat 6.0 ********** August 23, 2014