...
- 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
- NOTE: index viewer data is similarly configured. Stock config files reference release versions of index viewere viewer data hosted on https://nexusnexus3.ihtsdotools.org. Consider adding this as an extra repository in your settings.xml
- 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/mapping-rest.
- For a UAT or production deployment, you would want to use a different setting. For example, see Deploy Instructions, the prod deployment instructions.
...
- javax.persistence.jdbc.url
- javax.persistence.jdbc.user
- javax.persistence.jdbc.password
- hibernate.search.default.indexBase ( recommend choosing something in your data dir, e.g. c:/mapping/data/indexes or ~/indexes)ihtsdo.security.activated (set to false for dev environment)
- mail.smtp.to (list for automated system emails)
- send.notification.recipients (list for automated tools, like reports generation and database qa)
...