Setup Instructions
- Install gradle
- on Mac brew install gradle
- Other OS, download from gradle site and install
- Clone the project repository using git.
- Install IntelliJ IDE (preferably Ultimate Edition)
IntelliJ IDEA Setup
- Run "gradle idea" to create project files.
- Open project in IntelliJ
Build Instructions
- Run "gradle build" to run all tests.
- Run "gradle jettyRun" to deploy and start Jetty web server.