Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 570 Bytes

javagoof_local.md

File metadata and controls

20 lines (14 loc) · 570 Bytes

Java Goof on local machine

To start with, you’ll need to clone the java-goof repository, and build your application. The application can be found on GitHub here: https://github.com/snyk/java-goof.

Clone the repository onto your local file system

$ git clone https://github.com/benas/todolist-mvc.git

Open a terminal and run the following command from the root directory:

$ mvn install

Navigate into the todolist-web-struts directory and run the following to start the server:

$ mvn tomcat7:run