Version 3 (modified by chris, 5 years ago) (diff) |
---|
Install
Follow: http://trac-hacks.org/wiki/TimingAndEstimationPlugin
Download build and install:
svn co http://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.11 cd trac0.11 python setup.py bdist_egg cp dist/timingandestimationplugin-0.9.4-py2.5.egg /web/tech.transitionnetwork.org/trac/plugins/
Add the following to /web/tech.transitionnetwork.org/trac/conf/trac.ini
[components] timingandestimationplugin.* = enabled
Run:
trac-admin /web/tech.transitionnetwork.org/trac upgrade
And restart apache.
Squeeze upgrade
After upgrading to squeeze there were problems, see ticket:345