forked from LBRYCommunity/lbry-sdk
update install.md with ES instructions
This commit is contained in:
parent
4989ed445e
commit
3d71478d38
1 changed files with 11 additions and 0 deletions
11
INSTALL.md
11
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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue