Table of Contents |
---|
Download apelon-docker
...
project
Code Block | ||
---|---|---|
| ||
git clone https://bitbucket.org/opencds/apelon-docker.git |
...
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 |
...
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
...