[[PageOutline(2-5, Table of Contents, floated)]] == 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 == Wheezy upgrade == After the upgrade to wheezy there were issues, see ticket:535#comment:52