Changes between Initial Version and Version 1 of UserGuidelines/Admin/Scheduler


Ignore:
Timestamp:
03/24/12 11:23:40 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Admin/Scheduler

    v1 v1  
     1== Scheduler ==
     2
     3Scheduled Tasks are run by a separate web2py process
     4
     5For Linux servers installed using our [wiki:InstallationGuidelines/Linux/Server InstallationGuidelines], this will be set to run via uwsgi ([wiki:InstallationGuidelines/Linux/Server/CherokeePostgreSQL#BeforeImaging Cherokee]) or rc.local ([wiki:InstallationGuidelines/Linux/Server/ApacheMySQL#AfterImaging Apache])
     6
     7For Win32/Mac users, you need to start this manually in a CLI:
     8{{{
     9cd web2py
     10python web2py.py -K eden
     11}}}
     12
     13!ToDo: Provide an enhancenet to the end-user Win32 .exe to have this run automatically