Skip to content

chaps-io/gush-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gush::Control

Gush Control is an extension of Gush. It adds Web GUI that lets you monitor and manage workflows.

Installation

Add this line to your application's Gemfile:

gem 'gush-control'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gush-control

Usage

The gem adds a new CLI command:

gush server

this will start a web server at http://localhost:3000 where you can create and monitor progress of running workflows.

Contributing

  1. Fork it ( https://github.com/chaps-io/gush-control/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request