Update with instructions for UI fork

This commit is contained in:
Jason White 2015-06-09 20:13:52 -04:00
parent 471829c420
commit d1f90e1a65

View File

@ -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