-
-
Notifications
You must be signed in to change notification settings - Fork 165
Cron Jobs
Serghei Iakovlev edited this page Dec 25, 2016
·
8 revisions
All of the examples below use the following environment:
- Full path to the PHP:
/usr/bin/php - Full path to the Forum:
/var/www/forum - Full path to the application logs:
/var/www/forum/app/logs - CLI runner
forum
Since the 3.2.0 version you can to use following Cron Jobs:
# Sitemap generator
0 * * * * /usr/bin/php /var/www/forum/forum sitemap:generate >>/var/www/forum/app/logs/sitemap.log 2>&1Phosphorum is an open-sourced software licensed under the New BSD License.
© Phalcon Framework Team and contributors