Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 846 Bytes

File metadata and controls

53 lines (31 loc) · 846 Bytes

deploy

License

Introduction

deploy is the deployment of pipego.

Run

Runner

git clone https://github.com/pipego/runner.git
cd runner/
make build
./bin/runner --listen-url=:29090

Scheduler

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

CLI

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

License

Project License can be found here.