...
In order to build this image you will need cda-ws-ear.ear and cda-ws-web.war files. In order to obtain these files you will need to clone the cda-ws- These files can be obtained by cloning and building the cda-web-service project. First you need to install Mercurial (https://mercurial.selenic.com/) which is the control management tool used in this project.
Code Block | ||||
---|---|---|---|---|
| ||||
sudo apt-get install mercurial |
Code Block | ||||
---|---|---|---|---|
| ||||
hg clone https://bitbucket.org/sharps-ds2/cda-web-service
cd cda-web-service; mvn clean install |
Then copy the required files into opencds-cdstovmr-docker folder
Code Block | ||||
---|---|---|---|---|
| ||||
cp cda-web-service/cda-ws-ear/target/cda-ws-ear.ear opencds-cdstovmr-docker/ |
Also you need to obtain the following files