Apelon DTS 3.5 Installation

The following is a quick guide to installing Apelon DTS on Ubuntu from the command line for MySQL.

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:

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

where backup.sql is the unzipped backup file.