From 3d71478d3808d9e1f01cc8a588a2af905d2ca78a Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 12 May 2021 05:27:51 -0300 Subject: [PATCH] update install.md with ES instructions --- INSTALL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: