Versions Compared

Key

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

...

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:

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 
Status
colourBlue
titleRecommended

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.

CareWeb Configuration


HAPI Server Configuration

...