Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 671 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 671 Bytes

twu_29_Books

Development Environment Setup

  1. Clone the project repository using git.
  2. Install HomeBrew
  3. Run "brew install gradle"
  4. Run "gradle build" to run all tests and build a WAR.
  5. Run "gradle jettyRun" to deploy using jetty.

IntelliJ IDEA Setup

  1. Run "gradle idea" to create the project files
  2. Open the twu_29_Books.ipr file

Extra Notes

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.

Setting Environment Variable