Skip to content

Commit

Permalink
Remove slack badge, as it's breaking formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmorato committed Aug 21, 2015
1 parent 1e19a8a commit f08959f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# WebGoat: A deliberately insecure Web Application

[![Build Status](https://travis-ci.org/WebGoat/WebGoat.svg)](https://travis-ci.org/WebGoat/WebGoat)
[![OWASP Slack](https://owasp.herokuapp.com/badge.svg)](https://owasp.herokuapp.com/)

# Important Information

Expand Down Expand Up @@ -105,7 +104,7 @@ $ cd ..

Then you can run the project with one of the steps below (From the WebGoat folder not WebGoat-Lessons):

##### Option #1: Using the Maven-Tomcat Plugin
#### Option #1: Using the Maven-Tomcat Plugin
The __maven tomcat7:run-war__ goal runs the project in an embedded tomcat:

```Shell
Expand All @@ -115,7 +114,7 @@ $ mvn -pl webgoat-container tomcat7:run-war

Browse to [http://localhost:8080](http://localhost:8080/WebGoat) and happy hacking !

##### Option #2: Java executable JAR
#### Option #2: Java executable JAR
The __maven package__ goal generates an executable .jar file:

```Shell
Expand All @@ -127,7 +126,7 @@ $ java -jar webgoat-container-7.0-SNAPSHOT-war-exec.jar http://localhost:8080/We

Browse to [http://localhost:8080](http://localhost:8080/WebGoat) and happy hacking !

##### Option #3: Deploy the WebGoat WAR file in yout local Tomcat or other Application Serve:
#### Option #3: Deploy the WebGoat WAR file in yout local Tomcat or other Application Serve:
The _maven package_ goal generates a .war file that can deployed into an Application Server, such as Tomcat

```Shell
Expand Down

0 comments on commit f08959f

Please sign in to comment.