Download apelon-docker files
Code Block |
---|
|
git clone https://bitbucket.org/opencds/apelon-docker.git |
Download apelon dts
Code Block |
---|
|
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 |
---|
language | bash |
---|
title | Create 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
...