Changes between Version 115 and Version 116 of ScrumBurndownPlugin


Ignore:
Timestamp:
Apr 10, 2007, 5:13:09 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ScrumBurndownPlugin

    v115 v116  
    2525
    2626==== Installing the egg ====
    27 Install just like you would any other Trac plugin.  Drop the egg into your plugins or site-packages folder and then try to access Trac in your browser.  You will get an error message saying that the database needs to be upgraded and telling you to use the trac-admin command to do it.  (I think it's something like 'trac-admin !YourProjectName.db upgrade').  Perform the upgrade.
     27Install just like you would any other Trac plugin.  Drop the egg into your plugins or site-packages folder and then try to access Trac in your browser. Add plugin to [components] section in trac.ini (at least the following plugins must be enabled)
     28
     29{{{
     30[components]
     31timingandestimationplugin.* = enabled
     32burndown.* = enabled
     33}}}
     34
     35You will get an error message saying that the database needs to be upgraded and telling you to use the trac-admin command to do it.  (I think it's something like 'trac-admin !YourProjectName.db upgrade').  Perform the upgrade.
    2836
    2937==== Pycron/cron job ====