Skip to content

pipego/deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

pipego deploy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages