Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

Table of Contents

Create cron task

COmanage Registry uses a shell command to facilitate certain automatic processing. To enable this, it is recommended that the shell command be run periodically from cron. (The shell command can also be run manually if needed.)

The cron command should look something like this:

Code Block

0 1 * * * cd /path/to/registry-source/app && Console/cake cron -q

...

See also: Running Shells as cronjobs

Next: Registry Installation - Testing