09 January 2014

TYPO3 Run scheduler by command line

First you add task in scheduler with frequency * * * * *
Then run command below:

which php
# run this for crawler tasks
/usr/bin/php /home/dev-001/public_html/typo3/cli_dispatch.phpsh crawler

# run this for all tasks
/usr/bin/php /home/dev-001/public_html/typo3/cli_dispatch.phpsh scheduler