Skip to content

Commit

Permalink
add create data dir step in README installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitguigal committed Sep 26, 2018
1 parent f144c90 commit 1e9e6b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e9e6b6

Please sign in to comment.