EPS Configuration
Manual Configuration
Unfortunately, the latest EPS snapshot on Sonatype is not current. To use EPS, you will need to:
- Clone the EPS repositories below
- Run 'mvn clean install'
After all the projects are build locate the file EPS-Implementation/eps-webservice/target/EPSWebService.war and deploy it into a web container.
To test whether EPS is deployed or not open the following URL in a browser: http://localhost:8080/EPSWebService (change the host and port to match your configuration).
Using Docker RECOMMENDED
A Docker image of EPS can be build from the following repository:
After the repository is cloned, run:
- ./docker-build.sh
- ./docker-start.sh
To test whether EPS is deployed or not open the following URL in a browser: http://localhost:5050/EPSWebService
UCS Configuration
Manual Configuration
To use UCS, you will need to:
- Clone the UCS repositories below
- https://bitbucket.org/cogmedsys/ucs-api
- https://bitbucket.org/cogmedsys/ucs-implementation/ (This is a private repository. Ask permissions to Esteban Aliverti (Deactivated))
- Run 'mvn clean install'
UCS runs inside a framework called NiFi (https://nifi.apache.org/). Follow the instructions in nifi-implementation README.MD file to deploy and run UCS inside a NiFi instance.
Using Docker RECOMMENDED
A Docker image of UCS can be build from the following repository:
In order to run UCS inside a Docker container, docker-compose must be installed in your system.
After the repository is cloned and docker-compose is installed, run:
- chmod -r a+rw ucs-docker/ucs-nifi-docker/files
- chmod -r a+rw ucs-docker/ucs-nifi-docker/contact
- ./ucs-docker-build.sh
- ./ucs-docker-start.sh
Docker-compose will not only start a UCS instance, but it also start a sample application that can be used to test UCS.
- To test if UCS is running, open the following URL in a browser: http://localhost:6060/nifi/
- To test if the UCS test application is running, open the following URL in a browser: http://localhost:7070/ucs-nifi-test-workbench/
$Evaluate Operation Reference Implementation
A reference implementation of both, a DecisionSupportRule and a CDS system using it can be found in the following repository:
After cloning the repository, run:
- 'mvn clean install'
This repository also contain some other modules required for some other components in the ecosystem.
HSPC Java-client-fork
To build this project you will need to:
- Clone https://bitbucket.org/mdgeek/java-client-fork
- Run 'mvn clean install'
CareWeb Configuration
hspc-fhir
To build this project you will need to:
- Clone https://bitbucket.org/hspconsortium/hspc-fhir
- Run 'mvn clean install'
hspc-careweb
To build this project you will need to:
- Clone https://bitbucket.org/hspconsortium/hspc-careweb
- Run 'mvn clean install'
hspc-connectathon
To build this project you will need to:
- Clone https://github.com/mdgeek/hspc-connectathon
- Run 'mvn clean install'
Add Comment