deploy is the deployment of pipego.
git clone https://github.com/pipego/runner.git
cd runner/
make build
./bin/runner --listen-url=:29090
git clone https://github.com/pipego/scheduler.git
cd scheduler/
make build
make plugin
cp config/config.yml bin/
cd bin/
./scheduler --config-file=./config.yml --listen-url=:28082
git clone https://github.com/pipego/cli.git
cd cli/
make build
./bin/cli --config-file=./test/config/config.yml --runner-file=./test/data/runner.json --scheduler-file=./test/data/scheduler1.json
Project License can be found here.