Skip to content

Commit 99690cc

Browse files
committed
Updates read me
1 parent 64a2d9f commit 99690cc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

elasticsearch-driver/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@
66

77
### How To Install
88

9-
1. Download the code: https://www.elastic.co/downloads/elasticsearch
10-
1. Follow the install and run steps: https://www.elastic.co/downloads/elasticsearch
9+
Once this a communication layer to Elasticsearch, we're using integration test, so you need to install Elasticsearch. The recommended way is using Docker.
10+
11+
![Docker](https://www.docker.com/sites/default/files/horizontal_large.png)
12+
13+
1. Install docker: https://www.docker.com/
14+
1. https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html
15+
1. Run docker command
16+
1. `docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:6.2.3`
1117
1. Execute the maven install `mvn clean install`
1218

1319

0 commit comments

Comments
 (0)