https://github.com/chaps-io/gush-control
Front-end mission control for Gush
https://github.com/chaps-io/gush-control
Last synced: 24 days ago
JSON representation
Front-end mission control for Gush
- Host: GitHub
- URL: https://github.com/chaps-io/gush-control
- Owner: chaps-io
- License: mit
- Created: 2014-05-04T08:31:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T21:17:59.000Z (over 6 years ago)
- Last Synced: 2025-03-24T12:47:53.212Z (about 1 month ago)
- Language: CoffeeScript
- Size: 291 KB
- Stars: 19
- Watchers: 2
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Gush::Control
Gush Control is an extension of [Gush](https://github.com/chaps-io/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