update install.md with ES instructions

This commit is contained in:
Victor Shyba 2021-05-12 05:27:51 -03:00 committed by Victor Shyba
parent 4989ed445e
commit 3d71478d38

View file

@ -92,6 +92,17 @@ To install on Windows:
``` ```
## Run the tests ## 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: To run the unit tests from the repo directory: