To deploy a miniclust worker on a computer, just clone this repo.
git clone https://github.com/openmole/miniclust-worker.git
Edit the config.yml file, and change the service url, key and secret:
minio:
url: https://babar.openmole.org
key: key
secret: secret
Then run:
./start
Prerequisite:
- docker
- docker compose