Changeset 1278 for trunk/ActionStreams/README.txt
- Timestamp:
- 11/25/08 17:28:55 (12 months ago)
- Files:
-
- 1 modified
-
trunk/ActionStreams/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ActionStreams/README.txt
r925 r1278 49 49 CRONJOB 50 50 51 Add the following lines to your crontab to execute the script at the hour and 30 minutes 52 past the hour: 51 Action Streams uses Movable Type's scheduled task system to collect your action data 52 from remote services. To run scheduled tasks, configure a cron job to run MT's 53 tools/run-periodic-tasks script periodically. 53 54 54 # Movable Type's scheduled tasks script: 55 0,30 * * * * cd /path/to/mt; perl ./tools/run-periodic-tasks 55 Add 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 56 59 57 60
