= About this software = * http://trac-hacks.org/wiki/TracSchedulerPlugin * Trac Scheduler is a Trac plugin. = Install = You can install this software as normal Trac plugin. 1. Uninstall Trac Scheduler if you have installed before. 2. Change to the directory containning setup.py. 3. If you want to install this plugin globally, that will install this plugin to the python path: * python setup.py install 4. If you want to install this plugin to trac instance only: * python setup.py bdist_egg * copy the generated egg file to the trac instance's plugin directory {{{ cp dist/*.egg /srv/trac/env/plugins }}} 5. Config trac.ini: {{{ [components] tracscheduler.* = enabled [tracscheduler] ; tasks poll interval is 60 sec poll_interval = 60 ; task invoke interval is 1 sec worker_interval = 1 }}} = Prerequisite = * [http://trac-hacks.org/wiki/WebAdminPlugin WebAdminPlugin] = Usage = * TBD