PluginGraphs
Version 1 (Eric Davis, 2009-03-23 16:58)
| 1 | 1 | Eric Davis | h1. Graphs Plugin |
|---|---|---|---|
| 2 | 1 | Eric Davis | |
| 3 | 1 | Eric Davis | This is a plugin for Redmine provides additional graphs for the system. As of the first release, the following graphs are included. |
| 4 | 1 | Eric Davis | |
| 5 | 1 | Eric Davis | * Version completion (total issues vs closed issues over time in a single version) |
| 6 | 1 | Eric Davis | * Open aging issues (by creation date and last updated date) |
| 7 | 1 | Eric Davis | * Total issues over time (all issues over time) |
| 8 | 1 | Eric Davis | |
| 9 | 1 | Eric Davis | h2. Screenshots |
| 10 | 1 | Eric Davis | |
| 11 | 1 | Eric Davis | SCREENSHOTS GOES HERE |
| 12 | 1 | Eric Davis | |
| 13 | 1 | Eric Davis | h2. Install |
| 14 | 1 | Eric Davis | |
| 15 | 1 | Eric Davis | # Download the archive file and extract it to your vendor/plugins folder. You can also download directly from GitHub using git: @git clone git://github.com/bradbeattie/redmine-graphs-plugin.git vendor/plugins/redmine_graphs@ |
| 16 | 1 | Eric Davis | # Follow the Redmine [[Plugins|plugin installation]] steps. |
| 17 | 1 | Eric Davis | |
| 18 | 1 | Eric Davis | h2. Upgrade |
| 19 | 1 | Eric Davis | |
| 20 | 1 | Eric Davis | h3. Zip file |
| 21 | 1 | Eric Davis | |
| 22 | 1 | Eric Davis | # Download the latest release file |
| 23 | 1 | Eric Davis | # Remove the old installation from your vendor/plugins folder |
| 24 | 1 | Eric Davis | # Unzip the file to your Redmine into vendor/plugins |
| 25 | 1 | Eric Davis | # Restart your Redmine instance |
| 26 | 1 | Eric Davis | |
| 27 | 1 | Eric Davis | h3. Git |
| 28 | 1 | Eric Davis | |
| 29 | 1 | Eric Davis | # Open a shell to your Redmine's vendor/plugins/redmine_graphs folder |
| 30 | 1 | Eric Davis | # Update your git copy with @git pull@ |
| 31 | 1 | Eric Davis | # Restart your Redmine instance |
| 32 | 1 | Eric Davis | |
| 33 | 1 | Eric Davis | h2. License |
| 34 | 1 | Eric Davis | |
| 35 | 1 | Eric Davis | This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details. |
| 36 | 1 | Eric Davis | |
| 37 | 1 | Eric Davis | h2. News |
| 38 | 1 | Eric Davis | |
| 39 | 1 | Eric Davis | * 0.1.0 Release announcement (2009-03-19) |