[cvs] [Wiki] changed: KronolithReminders

Wiki Guest wiki at wiki.horde.org
Tue May 17 07:23:05 PDT 2005


guest [84.134.211.248]  Tue, 17 May 2005 07:23:05 -0700

Modified page: http://wiki.horde.org/display.php?page=KronolithReminders
New Revision:  2.1

@@ -1,20 +1,20 @@
 + How to set up Kronolith reminders
 
-Setting up reminders is very simple. You simply have to run the reminders.php-script in your /horde/kronolith/scripts/ directory on the shell. To do it manually, simply try this (replace /var/www/horde with the path to your horde installation):
+Setting up reminders is very simple. You simply have to run the {{reminders.php}} script in your {{/horde/kronolith/scripts/}} directory on the shell. To do it manually, simply try this (replace {{/var/www/horde}} with the path to your Horde installation):
 
 <code>
-php /var/www/horde/kronolith/scripts/
+php /var/www/horde/kronolith/scripts/reminders.php
 </code>
 
-If this works (you will get a email), you have to create a cronjob to call the reminders skript regularly. In this example, it is called every five minutes. So edit your crontab:
+If this works (you will get an email), you have to create a cronjob to call the reminders skript regularly. In this example, it is called every five minutes. So edit your crontab:
 <code>
 crontab -e
 </code>
 
-...and enter the following (replace /var/www/horde with the path to your horde-installation and /usr/bin/php with the path to your php-cli-binary):
+and enter the following (replace {{/var/www/horde}} with the path to your Horde installation and {{/usr/bin/php}} with the path to your PHP CLI binary):
 
 <code>
 # Kronolith reminders
 */5 * * * * /usr/bin/php /var/www/horde/kronolith/scripts/reminders.php
 </code>
 


More information about the cvs mailing list