From 08c7800dff8b93c17ade79a0c0f2931533ec8200 Mon Sep 17 00:00:00 2001 From: mccabe615 Date: Fri, 6 Sep 2013 10:04:25 -0400 Subject: [PATCH] Update README.md Update readme with getting started instructions --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e5f57b..dfb5a6f 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ +## Getting Started ## +#### With Ruby, Rubygems, Git, and Bundler installed #### + + git clone https://github.com/OWASP/railsgoat.git + + cd railsgoat + + rvm use 1.9.3@railsgoat --create + + bundle + + rake db:create + + rake db:migrate + + rails s + + open http://0.0.0.0:3000 + + Start hacking!!! + ### Developer Note ###

Conversion to the OWASP Top 10, 2013 is under way. @@ -33,4 +54,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -


\ No newline at end of file +