Versions Compared

Key

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

Table of Contents

Download apelon-docker files

Code Block
languagebash
git clone https://bitbucket.org/opencds/apelon-docker.git 

Download apelon dts

Code Block
languageapplescript
cd apelon-docker
wget http://sourceforge.net/projects/apelon-dts/files/dts-linux/3.5.2/apelon-dts-3.5.2.203-linux-mysql.tar.gz

How to transfer Apelon content from other databases

If you need to transfer content from another database you can place your dts_dump_file.sql file in apelon-docker folder and uncomment the lines that refer to dts_dump_file.sql on Dockerfile and config_mysql.sh.  This blog note describes how to migrate Apelon content from MS-SQL to MySQL 

...

Code Block
languagebash
titleCreate container
sudo docker run -d --name apelon opencds/apelon:centos6

Access ApelonDTS on the Browser

Apelon browser will be available on x.x.x.x:8081/dtstreebrowser
starting server on x.x.x.x:6666

...