Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 731 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 731 Bytes

CircleCI

backside-servlet-ks

BacksideServlet for the new TQElasticKnowledgeSystem, replaces BacksideServlet

Try it out

Use docker to build and boot.

docker-compose up --build

The BacksideServletKS api will be available on port 8080 at your docker host's ip.

Tests

Use docker to run tests in an automatically-provisioned environment.

docker-compose build --no-cache && docker-compose run web mvn clean test -Dgpg.skip=true

Building without Docker

Automatically download dependencies and build this project.

mvn clean install -DskipTests