...
- CREATE database tsdb CHARACTER SET utf8 default collate utf8_unicode_ci;
Step 67
Run the corresponding load script for your environment;.
- Step 3 creates a bin directory in the chosen data directory. There is a "load" script that can be used with the setup at this point to create a default development instance of the application
- For Windows: run load.bat (e.g. c:/data/bin/load.bat)
- For Unix/Linux/Mac: run load.csh (e.g. ~/bin/load.bat)
- NOTE: if re-running this, you first have to run the sql in "truncate_all.sql" to clear your database of tables (Recommend using MySQL Workbench for this in the dev environment)
...
Step 7
...
- .
Step 8
Deploy the term-server-rest.war file to a Tomcat server - either through Eclipse or a standalone tomcat installation.
...