SOC-OpenSource/installation/Shuffle-install.md
Ashish Bansal 4d9727520f
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`
2022-01-11 17:25:17 +05:30

1.1 KiB

🤝HIRE US FOR FULL INSTALLATION🤝

Contact Info: archan.fiem.it@gmail.com, hk.sainaga@gmail.com

Shuffle Installation Guide:

  • You can check the full installation guide from HERE
  • SSH into the VM which you have spinned up for installing Shuffle
  • Make sure you have Docker and docker-compose installed.
sudo apt get update
sudo apt upgrade
sudo apt install docker.io
sudo apt install docker-compose
  • Download Shuffle
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):
sudo chown 1000:1000 -R shuffle-database 		
  • Restart docker-compose.
sudo docker-compose restart
  • Once done verify your service by checking below
sudo docker ps
sudo docker logs <container-id> follow