From f87769dfea2b0e7e3f9ca3cc693518cfdb827c90 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 20 Mar 2020 07:55:29 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 09aff2b..b2697fa 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ Added a fourth column "material_id" which is new in the csv file. You have to ad ## Install Notes The easiest way to run Elastisearch is with the docker image. Download Version 5.5.0 + `docker pull docker.elastic.co/elasticsearch/elasticsearch:5.5.0` + and run it with + `docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -e "xpack.security.enabled=false" docker.elastic.co/elasticsearch/elasticsearch:5.5.0`