File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,15 @@ Note: OS recommendation - Linux Ubuntu based.
27277 . Kibana 7
28288 . 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
31401.You can clone this repository from GitHub or install via composer.
3241
You can’t perform that action at this time.
0 commit comments