Skip to content

Commit e42ec4f

Browse files
author
DKravtsov
committed
updated docs
1 parent 026c094 commit e42ec4f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ Note: OS recommendation - Linux Ubuntu based.
2727
7. Kibana 7
2828
8. Redis 6
2929

30+
## Setting up Docker and docker-compose
31+
1. For installing Docker please follow steps mentioned on page [install on Ubuntu linux](https://docs.docker.com/install/linux/docker-ce/ubuntu/)
32+
or [install on Mac/Windows](https://docs.docker.com/engine/install/).
33+
34+
2. For installing docker-compose please follow steps on page [install compose](https://docs.docker.com/compose/install/#install-compose)
35+
and select `Linux Standalone binary` tab if you are using Linux OS.
36+
37+
Note: Please run next cmd after above step 2 if you are using Linux OS: `sudo usermod -aG docker $USER`
38+
3039
## Setting up DEV environment
3140
1.You can clone this repository from GitHub or install via composer.
3241

0 commit comments

Comments
 (0)