Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 371 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 371 Bytes

Build

Build the project with

$ mvn install

Configure

You will need to set the REPO environment variable, so the execution wrapper script knows where to find the maven dependencies. For example:

$ export REPO=$HOME/.m2/repository

Run

Now you can run your webapp with:

$ sh target/bin/webapp

(the wrapper script is not executable by default).