mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:02 +02:00
22 lines
641 B
Markdown
22 lines
641 B
Markdown
|
cronicle
|
||
|
========
|
||
|
|
||
|
[Cronicle][1] is a multi-server task scheduler and runner, with a web based
|
||
|
front-end UI.
|
||
|
|
||
|
It handles both scheduled, repeating and on-demand jobs, targeting any number
|
||
|
of slave servers, with real-time stats and live log viewer.
|
||
|
|
||
|
Written in Node.js, proudly open source and MIT licensed.
|
||
|
|
||
|
```bash
|
||
|
$ mkdir -p data/{conf,data}
|
||
|
$ wget -P data https://github.com/jhuckaby/Cronicle/raw/master/sample_conf/config.json
|
||
|
$ wget -P data https://github.com/jhuckaby/Cronicle/raw/master/sample_conf/setup.json
|
||
|
$ docker-compose run --rm cronicle setup
|
||
|
$ docker-compose up -d
|
||
|
$ curl http://127.0.0.1:3012
|
||
|
```
|
||
|
|
||
|
[1]: http://cronicle.net/
|