...
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 |
...
Code Block | ||||
---|---|---|---|---|
| ||||
sudo docker build -t="opencds/cdatovmr" . sudo docker run -p 8080:8080 -p 2222:22 -p 4848:4848 -p 8181:8181 -p 9009:9009 --name cdatovmr -i -t opencds/cdatovmr |
Check
...
applications
By default the image includes the following four applications:
- Inference analyzer - http://locahost:8080/SimplePredicateReducerVisualizer-1.0-SNAPSHOT
- opencds service Predicate/Reducer - http://localhost:8080/opencds-decision-support-service-1.2.0-SNAPSHOT/evaluate?wsdl
- Predicate reducer Web service - http://localhost:8080/CdaService/Evaluate?wsdl
- Predicate reducer web application - http://localhost:8080/cda-ws-web/
...
It is important to note that you can remove any of these applications by editing commenting or removing the appropriate lines on the Dockerfile.
...
References
https://sharps-ds2.atlassian.net/wiki/display/DS2/Projects
...