Skip to content

Commit

Permalink
Merge pull request #5 from kwent/kwent/web_ui_readme
Browse files Browse the repository at this point in the history
Improve README with instructions to mount web UI
  • Loading branch information
nickelser committed Sep 28, 2016
2 parents 8b8eb07 + eb5479d commit e2ff979
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@ Zhong.schedule do
end
```

## Web UI

Zhong comes with a web application that can display jobs, their last run and
enable/disable them.

### Rails

Add the following to your config/routes.rb:

```ruby
require 'zhong/web'
mount Zhong::Web, at: "zhong"
```

## History

View the [changelog](https://github.com/nickelser/zhong/blob/master/CHANGELOG.md).
Expand Down

0 comments on commit e2ff979

Please sign in to comment.