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`
This commit is contained in:
Ashish Bansal 2022-01-11 17:25:17 +05:30 committed by GitHub
parent c93a857849
commit 4d9727520f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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