Show
Ignore:
Timestamp:
11/25/08 17:28:55 (12 months ago)
Author:
mpaschal
Message:

Change README to recommend running rpt every 10 minutes
BugzID: 80256

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ActionStreams/README.txt

    r925 r1278  
    4949CRONJOB 
    5050 
    51 Add the following lines to your crontab to execute the script at the hour and 30 minutes 
    52 past the hour: 
     51Action Streams uses Movable Type's scheduled task system to collect your action data 
     52from remote services. To run scheduled tasks, configure a cron job to run MT's 
     53tools/run-periodic-tasks script periodically. 
    5354 
    54   # Movable Type's scheduled tasks script: 
    55   0,30 * * * * cd /path/to/mt; perl ./tools/run-periodic-tasks 
     55Add the following lines to your crontab to execute the script every 10 minutes: 
     56 
     57  # Movable Type scheduled tasks 
     58  */10 * * * * cd /path/to/mt; perl ./tools/run-periodic-tasks 
    5659 
    5760