diff options
author | redmatrix <git@macgirvin.com> | 2016-05-19 22:59:25 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-19 22:59:25 -0700 |
commit | 3aa6e9690443e4fb762d16a821a8bf63e6ed70de (patch) | |
tree | 2abbb3a941c1eae21df6bde953ec8cca06616428 | |
parent | a97e7b275852043395dc8071d600dd746fa9fa85 (diff) | |
download | volse-hubzilla-3aa6e9690443e4fb762d16a821a8bf63e6ed70de.tar.gz volse-hubzilla-3aa6e9690443e4fb762d16a821a8bf63e6ed70de.tar.bz2 volse-hubzilla-3aa6e9690443e4fb762d16a821a8bf63e6ed70de.zip |
update the installation text for the cron setup
-rw-r--r-- | install/INSTALL.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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 |