Update cli doc

This commit is contained in:
Frédéric Guillot
2014-11-29 14:20:59 -05:00
parent d6bde1e3ec
commit b97a4fedcc
3 changed files with 76 additions and 26 deletions

View File

@@ -79,18 +79,6 @@ define('MAIL_FROM', 'notifications@kanboard.net');
That can be useful if your SMTP server configuration doesn't accept the default address.
### Check for due tasks
Every day, Kanboard can check for due tasks, to do that you have to setup a cronjob on your server and use the Kanboard command line interface.
Here a example:
```bash
# Everyday at 8am we check for due tasks
0 8 * * * cd /path/to/kanboard && ./kanboard send-notifications-due-tasks >/dev/null 2>&1
```
### How to display a link to the task in notifications?
To do that, you have to specify the URL of your Kanboard installation in your [Application Settings](http://kanboard.net/documentation/application-configuration).