Changes between Version 65 and Version 66 of ConfigurationGuidelines


Ignore:
Timestamp:
07/01/10 05:27:03 (14 years ago)
Author:
Fran Boon
Comment:

Enable Scheduled Tasks

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v65 v66  
    132132Security policy is configured in {{{models/zzz.py}}}
    133133
     134=== Enable Scheduled Tasks ===
     135Edit cron/crontab to enable sending of emails & SMS:
     136{{{
     137# Send outgoing emails every 5 minutes
     138*/5   *       *       *       *       root *msg/process_email_via_api
     139# Send outgoing SMS every 5 minutes
     140*/5   *       *       *       *       root *msg/process_sms_via_api
     141}}}
     142
    134143=== Ticket Viewer ===
    135144Add the following to {{{routes.py}}} of your web2py installation for pretty error pages & the ability to view Tickets.