From 1e9e6b66df9839e3aa45236b93ee3ac6e2507218 Mon Sep 17 00:00:00 2001 From: benoitguigal Date: Wed, 26 Sep 2018 15:32:12 +0200 Subject: [PATCH] add create data dir step in README installation instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d293281..766bf1eb 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ The different services in the `docker-compose` setup need to be started in a spe ``` > docker-compose build ``` +* Create data directories +``` +mkdir -p data/elasticsearch data/scylla +``` * Start Elasticsearch ``` > docker-compose up -d elasticsearch