# Installation ## Requirements - Command: ```bash 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: ```bash $ git clone https://git.emca.pl/7.X/enrichment-engine.git $ cd enrichment-engine/ ``` ## Launching We create a configuration file based on the example: ```bash $ cp EnrichmentEngine.conf.example EnrichmentEngine.conf ``` We create and run containers: ```bash $ docker compose up ``` ## Update We can rebuild using the command: ```bash $ docker compose up --build --force-recreate ```