Merge branch 'master' into v1.0.0

v1.0.0
alseambusher 2016-09-16 15:18:24 -07:00
commit 1a1f1a74d0
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ Read [this](http://lifepluslinux.blogspot.in/2015/06/crontab-ui-easy-and-safe-wa
npm install -g crontab-ui npm install -g crontab-ui
crontab-ui crontab-ui
If you need to set/use an alternate port, you may do so by setting an environment variable before starting the process:
PORT=9000 crontab-ui
###Adding, deleting, pausing and resuming jobs. ###Adding, deleting, pausing and resuming jobs.
Once setup Crontab UI provides you with a web interface using which you can manage all the jobs without much hassle. Once setup Crontab UI provides you with a web interface using which you can manage all the jobs without much hassle.