Update README.md
parent
e6cfc15103
commit
77958684a2
|
@ -16,7 +16,9 @@ Editing the plain text crontab is error prone for managing jobs, e.g., adding jo
|
|||
|
||||
Read [this](http://lifepluslinux.blogspot.in/2015/06/crontab-ui-easy-and-safe-way-to-manage.html) to see more details.
|
||||
|
||||
##Setup
|
||||
## Setup
|
||||
|
||||
Get latest `node` from [here](https://nodejs.org/en/download/current/). Then,
|
||||
|
||||
npm install -g crontab-ui
|
||||
crontab-ui
|
||||
|
@ -39,23 +41,23 @@ If you need to autosave your changes to crontab directly:
|
|||
* [Integration with nginx and authentication](https://github.com/alseambusher/crontab-ui/blob/master/README/nginx.md)
|
||||
* [Setup on Raspberry pi](http://lifepluslinux.blogspot.com/2017/03/setting-up-crontab-ui-on-raspberry-pi.html)
|
||||
|
||||
###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.
|
||||
|
||||
![basic](https://github.com/alseambusher/crontab-ui/raw/gh-pages/screenshots/main.png)
|
||||
|
||||
###Import from existing crontab
|
||||
### Import from existing crontab
|
||||
|
||||
Import from existing crontab file automatically.
|
||||
![import](https://github.com/alseambusher/crontab-ui/raw/gh-pages/screenshots/import.gif)
|
||||
|
||||
###Backup and restore crontab
|
||||
### Backup and restore crontab
|
||||
|
||||
Keep backups of your crontab in case you mess up.
|
||||
![backup](https://github.com/alseambusher/crontab-ui/raw/gh-pages/screenshots/backup.png)
|
||||
|
||||
###Export and import crontab on multiple instances of Crontab UI.
|
||||
### Export and import crontab on multiple instances of Crontab UI.
|
||||
|
||||
If you want to run the same jobs on multiple machines simply export from one instance and import the same on the other. No SSH, No copy paste!
|
||||
|
||||
|
@ -63,14 +65,14 @@ If you want to run the same jobs on multiple machines simply export from one ins
|
|||
|
||||
But make sure to take a backup before importing.
|
||||
|
||||
###Separate error log support for every job
|
||||
### Separate error log support for every job
|
||||
![logs](https://github.com/alseambusher/crontab-ui/raw/gh-pages/screenshots/log.gif)
|
||||
|
||||
###Donate
|
||||
### Donate
|
||||
Like the project? [Buy me a coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U8328Q7VFZMTS)!
|
||||
|
||||
###Contribute
|
||||
### Contribute
|
||||
Fork Crontab UI and contribute to it. Pull requests are encouraged.
|
||||
|
||||
###License
|
||||
### License
|
||||
[MIT](LICENSE.md)
|
||||
|
|
Loading…
Reference in New Issue