Installing: Cron

The Search indexer and some modules need the Webiva Cron task to be run hourly to operate correctly.

The cron is run by running the ‘cms:domain_cron’ rake task in production mode.

      $ RAILS_ENV=production rake cms:domain_cron

You can add an entry into the crontab file like:

      5 * * * * cd /home/webiva/current; RAILS_ENV=production rake cms:domain_cron