Informational
Make sure you have Docker and docker-compose installed.
Download Shuffle
$ git clone https://github.com/Shuffle/Shuffle
$ cd Shuffle
Fix prerequisites for the Opensearch database (Elasticsearch):
$ mkdir shuffle-database
$ sudo chown -R 1000:1000 shuffle-database
Run docker-compose.
$ docker-compose up -d
Recommended for Opensearch to work well
$ sudo sysctl -w vm.max_map_count=262144