https://github.com/openmole/miniclust-worker
https://github.com/openmole/miniclust-worker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmole/miniclust-worker
- Owner: openmole
- Created: 2025-05-07T12:17:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T13:23:41.000Z (12 months ago)
- Last Synced: 2025-09-10T07:01:11.682Z (9 months ago)
- Size: 12.7 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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