From eb5479d8970be6fac19b0265e01eb28a7cb3a767 Mon Sep 17 00:00:00 2001 From: Quentin Rousseau Date: Mon, 26 Sep 2016 14:00:20 -0700 Subject: [PATCH] Improve README with instruction to mount web UI --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 162053a..474dc3a 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,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).