...
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 |
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 | ||||
---|---|---|---|---|
| ||||
sudo docker run -d --name apelon opencds/apelon:centos6 |
Apelon browser will be available on x.x.x.x:8081/dtstreebrowser starting server on x.x.x.x:6666
...