Gush Control is an extension of Gush. It adds Web GUI that lets you monitor and manage workflows.
Add this line to your application's Gemfile:
gem 'gush-control'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gush-control
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.
- Fork it ( https://github.com/chaps-io/gush-control/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request