Skip to content

CMI is a Redmine plugin to have a summary of projects’ management metrics. It calculates and shows with graphs different metrics, such as actual effort, cost, progress or deviation from the goals of the projects.

Notifications You must be signed in to change notification settings

pablodv/dpi-cmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMI is a Redmine plugin to have a summary of projects’ management metrics. It calculates and shows with graphs different metrics, such as actual effort, cost, progress or deviation from the goals of the projects.

Important note: read install notes before installing.

  1. Make sure you have installed the Redmine version 2.0.0 or higher.

  2. Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins.

  3. Install the plugin running the commands below from your Redmine directory (if you are going to run Redmine in, e.g. the production environment, you need to append RAILS_ENV=production to each line):

    rake cmi:create_tracker
    rake cmi:create_goal_kind
    
  4. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails).

  5. Login to your Redmine install as an Administrator.

  6. Under admininstration, trackers, edit Goal tracker and select the that you want

have Goals.

Note: if you don’t see any correctly the content of goals tab, you will need to copy dpi_cmi/assets/* to <redmine_root>/plugin_assets/dpi_cmi/ or to make a symbolic link <redmine_root>/plugin_assets/dpi_cmi pointing to dpi_cmi/assets

About

CMI is a Redmine plugin to have a summary of projects’ management metrics. It calculates and shows with graphs different metrics, such as actual effort, cost, progress or deviation from the goals of the projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages