...
- MVN_HOME - path to mvn installation (so bin/mvn is accessible from there)
- Only needed on Windows, assume "mvn" is in path on Linux
- SERVER_CONFIG - path to the configuration file (e.g. c:/data/config.properties).
- SERVER_HOME - path to where the code is installed, (e.g. c:/workspace/SNOMED-Terminology-Server)
Step 5
Create a MySQL UTF8 database. e.g.
- CREATE database tsdb CHARACTER SET utf8 default collate utf8_unicode_ci;
Step 6
Run the admin loader script for your platform. See term-server-admin/loader/src/main/resources/scripts
...