An open API service indexing awesome lists of open source software.

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

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