Changes between Version 24 and Version 25 of TracMetrixPlugin


Ignore:
Timestamp:
Sep 5, 2007, 6:18:24 PM (17 years ago)
Author:
Bhuricha Deen Sethanandha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracMetrixPlugin

    v24 v25  
    11[[TOC]]
    22= Plugin that provides project progress statistics and quality metrics =
    3 
    4 == System Requirements ==
    5  * Python 2.4 or above
    6  * Trac 0.11dev
    7  * [http://matplotlib.sourceforge.net/ MatPlotLib] 0.90 or above
    8  * [http://numpy.scipy.org/ Numpy] 1.0.3 or above
    9  * [http://www.pygtk.org/downloads.html PyGtk] 2.10.4 or above
    10 
    11  The plugin works on both Windows and Linux environment.
    12 
    133
    144== Description ==
    155
    166TracMetrixPlugin improves project visibility through a collection of software metrics and statistics. The scope of this plugin is to provide the most commonly used software quality metrics and progress statistics. It is designed to bridge the information gap between the software development team and management while trying to minimize the tracking effort required by developers.
    17 
    187
    198== Documents ==
     
    4635Download the zipped source from [download:tracmetrixplugin here].
    4736
     37== Required Components==
     38  Before installing the plugin, please make sure you install following components.
     39
     40 * Python 2.4 or above
     41 * Trac 0.11dev
     42 * [http://matplotlib.sourceforge.net/ MatPlotLib] 0.90 or above
     43 * [http://numpy.scipy.org/ Numpy] 1.0.3 or above
     44 * [http://www.pygtk.org/downloads.html PyGtk] 2.10.4 or above
     45
     46 The plugin works on both Windows and Linux environment.
     47
     48== Installation Help ==
     49 1. Install the plugin (either for a single project, or globally). See the details on how to install a trac plugin at: [trac:TracPlugins]
     50 1. Make sure that the plugin is enabled. The "tracmetrixplugin.* = enabled" appeares in trac.ini (under the [components] subheading).
     51{{{
     52[components]
     53tracmetrixplugin.* = enabled
     54}}}
     55  * Alternatively, this can be enabled in the plugin page in the Admin menu.
     56 1. Run `$ trac-admin /path/to/projenv upgrade`
     57  * You should get a message like this:
     58{{{
     59TracMetrix Plugin needs an upgrade
     60creating cache folder
     61Done Upgrading
     62Upgrade done.
     63}}}
     64 1. Reload/restart your HTTPD / other webserver / Tracd. That's it.
     65
    4866== Source ==
    4967