- Clone the project repository using git.
- Install HomeBrew
- Run "brew install gradle"
- Run "gradle build" to run all tests and build a WAR.
- Run "gradle jettyRun" to deploy using jetty.
- Run "gradle idea" to create the project files
- Open the twu_29_Books.ipr file
Please do "gradle build" before COMMITTING to the git repository. If the build failed, please DO NOT push your code to the repository as it can break the build in the CI server.