diff --git a/INSTALL.md b/INSTALL.md index 73ada9d50..29bfb3473 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -92,6 +92,17 @@ To install on Windows: ``` ## Run the tests +### Elasticsearch + +For running integration tests, Elasticsearch is required to be available at localhost:9200/ + +The easiest way to start it is using docker with: +```bash +make elastic-docker +``` +Alternative installation methods are available [at Elasticsearch website](https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html). + + To run the unit tests from the repo directory: