Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 803 Bytes

run.md

File metadata and controls

28 lines (25 loc) · 803 Bytes

Docker

Single Server

docker compose -f docker-compose.yml up -d

With Companion Simple Attribute Store Server

docker compose -f docker-compose.yml -f docker-compose-both.yml up -d

With Companion Wiremock Server

docker compose -f docker-compose.yml -f docker-compose-with-wiremock.yml up -d

Intellij

If using Intellij, you can make use of the following run configurations (here)

Run with local configuration

Running io.telicent.attribute.evaluator.ALEServer with the following argument:

--config "file:src/test/resources/test_config.json"

Run with local store

Running io.telicent.attribute.evaluator.ALEServer with the following argument:

--store "file:src/main/resources/sample_attributes.ttl"