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
0 Comments