Versions Compared

Key

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

...

  • Now run the dts server (from within apelon-dts-3.5-linux/bin)
    Code Block
    sudo ./dts.sh start
    
  • TODO startup DTS server as a service

And that's it. DTS should now be up and running. If you get stuck, you can also consult the more comprehensive documentation available at http://apelon-dts.sourceforge.net/documents.html.

See also Jembi TS Web Browser Installation

Backups

This script can be used to create a dump of the MySQL database in use by DTS.

To restore MySQL using a backup, simply execute the following command:

Code Block

mysql dts -u dts --password=password < backup.sql

where backup.sql is the unzipped backup file.