Project

General

Profile

PluginBugcloud » History » Version 1

Mischa The Evil, 2009-07-29 00:23
Initial draft.

1 1 Mischa The Evil
h1. Bugcloud plugin
2
3
{{>toc}}
4
5
This plugin visualizes the issues of a project as an issue cloud.
6
7
h2. Author
8
9
* Maedana
10
11
h2. Changelog
12
13
...
14
15
h2. Latest stable release
16
17
The currently available, latest stable release of the plugin is version *...*.
18
19
h2. Description
20
21
The Bugcloud plugin visualizes the issues of a project as an issue cloud which is reachable through a tab within Redmine projects which haves this plugin enabled.
22
23
h2. Compatibility
24
25
This plugin is compatible with Redmine 0.8.x as well as with the current Redmine trunk.
26
27
h2. Obtaining 
28
29
bq. URL of the GitHub repository: http://github.com/maedana/redmine_bugcloud/tree/master
30
31
The source of this plugin can be "cloned" from the GitHub-repo using:<pre>
32
$ cd {RAILS_ROOT}/vendor/plugins
33
$ git clone git://github.com/maedana/redmine_bugcloud.git
34
</pre>
35
36
h2. Installation
37
38
# Download the plugin from the available source (see "[[PluginBugcloud#Obtaining|obtaining]]")
39
# Install the plugin as described at: http://www.redmine.org/wiki/redmine/Plugins (this plugin does not require a plugin database migration)
40
# Restart Redmine
41
42
h2. Project level setup
43
44
After you have completed the installation of the plugin you can select which projects will actually be able to use the feature brought by the plugin by activating the plugin's module in the "project settings":
45
46
In the preferred Redmine project, go to the "Project settings":
47
48
# On the "Modules" tab: enable the plugin-module by checking "Bugcloud".
49
50
After that, a new item named "Bugcloud" will show up in the project menu. Click on this item to see the project's bugcloud.
51
52
h2. Upgrading
53
54
# Backup the currently deployed Bugcloud plugin (@cp -r /vendor/plugins/redmine_bugcloud /vendor/plugins/redmine_bugcloud-backup@)
55
# Reinstall the updated plugin:
56
** using the command: @git pull@
57
# Restart your Redmine
58
59
h2. Uninstalling
60
61
# Remove the directory _"redmine_bugcloud"_ from the plugin-directory _"../vendor/plugins"_
62
# Restart Redmine
63
64
h2. Licensing
65
66
This plugin is open-source and licensed under the "GNU General Public License v2":http://www.gnu.org/licenses/old-licenses/gpl-2.0.html (GPL). See the included @COPYRIGHT.txt@ and @GPL.txt@ files for details.
67
68
* ©2009, Maedana (http://d.hatena.ne.jp/maedana/)
69
70
h2. Support
71
72
If you would like to report a bug or request a new feature you can open a new issue at the issue-tracking section of the plugins' GitHub site: http://github.com/maedana/redmine_bugcloud/issues.
73
You can also post about the plugin in the dedicated plugin-section of the "Redmine forums":http://www.redmine.org/projects/redmine/boards/3.
74
75
As an alternative you can also join the @#redmine@ channel on the "freenode":http://freenode.net/irc_servers.shtml IRC network to see if there is anyone who can provide some support.