From 4d9727520fbe7fa38b118d6fe116955b581e7e6c Mon Sep 17 00:00:00 2001 From: Ashish Bansal <49029528+ashishsecdev@users.noreply.github.com> Date: Tue, 11 Jan 2022 17:25:17 +0530 Subject: [PATCH] Update install-guide.md for installation steps. I have updated the required installation steps that will enable the users to generate the shuffle-database folder that can be later used to performed the required steps. `sudo chown -R 1000:1000 shuffle-database # Prereq required for Opensearch` --- installation/Shuffle-install.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/installation/Shuffle-install.md b/installation/Shuffle-install.md index 6de88d1..0adc6b4 100644 --- a/installation/Shuffle-install.md +++ b/installation/Shuffle-install.md @@ -15,14 +15,18 @@ sudo apt install docker-compose ```bash git clone https://github.com/frikky/Shuffle cd Shuffle +``` + - Run docker-compose. +``` +sudo docker-compose up -d #Wait till the process is completed, shuffle-database folder will now be created. ``` - Fix prerequisites for the Opensearch database (Elasticsearch): ```bash sudo chown 1000:1000 -R shuffle-database ``` - - Run docker-compose. + - Restart docker-compose. ``` -sudo docker-compose up -d +sudo docker-compose restart ``` - Once done verify your service by checking below ```bash