An open API service indexing awesome lists of open source software.

https://github.com/openmole/miniclust-worker


https://github.com/openmole/miniclust-worker

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# MiniClust Worker

To deploy a [miniclust](https://github.com/openmole/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