...
- load.bat - for Windows
- load.sh - for Linux
NOTE: if re-running this, you first have to run the sql in "truncate_all.sql" to clear your database of tables.
Step 7
Build all modules with "mvn clean install" at the top level - either through Eclipse or via the command line. Among other things, this will produce a term-server-rest.war file that can be deployed.
...