Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 416 Bytes

File metadata and controls

25 lines (19 loc) · 416 Bytes

MiniClust Worker

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