Steps required to build the cdatovmr docker image:
...
Download docker project
Code Block |
---|
git clone https://bitbucket.org/opencds/opencds-cdstovmr-docker |
Install Mercurial
In order to build this image you will need cda-ws-ear.ear and cda-ws-web.war files. 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 |
...