Changes between Version 9 and Version 10 of InstallationGuidelinesApacheModWSGI


Ignore:
Timestamp:
08/13/09 20:45:24 (16 years ago)
Author:
Fran Boon
Comment:

External Cron fleshed-out

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesApacheModWSGI

    v9 v10  
    55
    66If running on a UNIX variant (as would be recommended) then suggest using the [http://www.web2py.com/examples/default/cron#external Native Cron]
     7{{{
     8vim /etc/crontab
     90-59/1 * * * * www-data cd /var/www/web2py/ && python web2py.py -C -D 1 >> /tmp/cron.output 2>&1
     10
     11cp /var/www/web2py/options_std.py /var/www/web2py/options.py
     12vim /var/www/web2py/options.py
     13extcron = True
     14}}}
    715
    816=== Ubuntu ===