Fix prerequisites for Opensearch database setup
Updated instructions for setting up the Opensearch database.
This commit is contained in:
@@ -27,7 +27,6 @@ cd Shuffle
|
||||
|
||||
3. Fix prerequisites for the Opensearch database (Elasticsearch):
|
||||
```bash
|
||||
mkdir shuffle-database # Create a database folder
|
||||
sudo chown -R 1000:1000 shuffle-database # IF you get an error using 'chown', add the user first with 'sudo useradd opensearch'
|
||||
|
||||
sudo swapoff -a # Disable swap
|
||||
|
||||
Reference in New Issue
Block a user