Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Documents setting up code, config, and data in a development environment using Eclipse.

Prerequisites

...

Step 2 - Clone repository

Clone the Github repository to the directory created to hold the code.

...

  • NOTE: this uses the standard "dev-windows" configuration.  To use a different configuration artifact pass the following three parameters:
    • -Dconfig.groupId=...
    • -Dconfig.artifactId=...
    • -Dconfig.version=...
  • NOTE: the specified configuration artifact must either have been built locally or be an a repository accessible based on the settings.xml file
  • For most dev deployments, the default build is fine because the only setting really used for the rest/webapp packages is the "base.url" which by default is set to http://localhost:8080/termumls-server-rest./
  • For a production deployment, you would want to use a different setting.  For example, see Deploy Instructions for the prod deployment instructions.

...