All Projects → chaps-io → gush-control

chaps-io / gush-control

Licence: MIT License
Front-end mission control for Gush

Programming Languages

coffeescript
4710 projects
ruby
36898 projects - #4 most used programming language
HTML
75241 projects
CSS
56736 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].