Merge pull request #1 from ashishsecdev/patch-1
Update install-guide.md for installation steps.
This commit is contained in:
commit
4ef78fd0cc
1 changed files with 6 additions and 2 deletions
|
@ -15,14 +15,18 @@ sudo apt install docker-compose
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/frikky/Shuffle
|
git clone https://github.com/frikky/Shuffle
|
||||||
cd 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):
|
- Fix prerequisites for the Opensearch database (Elasticsearch):
|
||||||
```bash
|
```bash
|
||||||
sudo chown 1000:1000 -R shuffle-database
|
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
|
- Once done verify your service by checking below
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue