From 3aa6e9690443e4fb762d16a821a8bf63e6ed70de Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 19 May 2016 22:59:25 -0700 Subject: update the installation text for the cron setup --- install/INSTALL.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install') diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 18cf4a1db..efcf8c9af 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -204,17 +204,17 @@ using web forms. **************************************************************************** **************************************************************************** -8. Set up a cron job or scheduled task to run the poller once every 10-15 -minutes to pick up the recent "public" postings of your friends. Example: +8. Set up a cron job or scheduled task to run the Cron manager once every 10-15 +minutes to perform background processing and maintenance. Example: - cd /base/directory; /path/to/php include/poller.php + cd /base/directory; /path/to/php Zotlabs/Daemon/Master.php Cron Change "/base/directory", and "/path/to/php" as appropriate for your situation. If you are using a Linux server, run "crontab -e" and add a line like the one shown, substituting for your unique paths and settings: -*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php include/poller.php +*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php Zotlabs/Daemon/Master.php Cron You can generally find the location of PHP by executing "which php". If you have troubles with this section please contact your hosting provider for -- cgit v1.2.3