Versions Compared

Key

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

...

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
languagebash
titleInstall Mercurial
sudo apt-get install mercurial
Code Block
languagebash
titleClone and build project
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
languagebash
titlemove files to opencds-cdatovmr-docker folder
cp cda-web-service/cda-ws-ear/target/cda-ws-ear.ear opencds-cdstovmr-docker/

Also you need to obtain the following files