Installation

Requirements

  • Command:

docker compose
  • Access to the repo:

https://git.emca.pl/7.X/enrichment-engine.git

Installation

We download the repository from https://git.emca.pl:

$ git clone https://git.emca.pl/7.X/enrichment-engine.git
$ cd enrichment-engine/

Launching

We create a configuration file based on the example:

$ cp EnrichmentEngine.conf.example EnrichmentEngine.conf

We create and run containers:

$ docker compose up

Update

We can rebuild using the command:

$ docker compose up --build --force-recreate