Giter Site home page Giter Site logo

binora / proctor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gojek/proctor

0.0 2.0 0.0 8.63 MB

A Developer-Friendly Automation Orchestrator

License: Apache License 2.0

Makefile 1.00% Go 98.06% Dockerfile 0.09% Shell 0.59% Smarty 0.26%

proctor's Introduction

Proctor

Build Status

Description

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
  • Clone the repository: go get github.com/gojektech/proctor
  • Install dependencies using glide: glide install
  • 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

  • Setup dev environment
  • cd proctord. Refer README to setup test environment of proctord
  • After setting up test env for proctord, cd ..
  • Configure environment variables source .env.test
  • Run tests: go test -race -cover $(glide novendor)

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_HOST: [hostname where proctord is running]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.