Skip to content
forked from gojek/proctor

A Developer-Friendly Automation Orchestrator

License

Notifications You must be signed in to change notification settings

gopaytech/proctor

Repository files navigation

Proctor

Proctor is a developer friendly automation orchestrator. It helps everyone use automation and contribute to it

proctor CLI

Proctor CLI is a command line tool to interact with proctord Users can use it to run procs

Dev environment setup

  • Install and setup golang
  • Install glide
  • Make a directory src/github.com/gojektech inside your GOPATH
  • Clone this repo inside above directory
  • Install dependencies using glide
  • Configure proctor CLI
  • Running go install github.com/gojektech/proctor will place the CLI binary in your $GOPATH/bin directory
  • Run proctor version to check installation

Running tests instructions

Proctor CLI configuration

  • Make a directory .proctor inside your home directory
  • Create a file proctor.yaml inside above directory
  • Put the following content in the above file
PROCTOR_URL: [URL to proctor Engine]

About

A Developer-Friendly Automation Orchestrator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.4%
  • Go 13.2%
  • HTML 0.2%
  • Makefile 0.1%
  • Ruby 0.1%
  • TSQL 0.0%