This is the Redmine(Project manage system) plug-in which adds the feature of the glossary.
Ported to 3.4.x (and tested with 3.4.x only) It doesn’t keep compatibility with 2.x!
* Management of technical terms in a system analysis phase * Interlinear translation table * Translate table from term to data type (class name) * Management of naming examples in a coding
cf. www.redmine.org/wiki/1/Plugins
-
Put the downloaded package in the /plugins directory.
-
run the following command to upgrade your database.
rake redmine:plugins:migrate RAILS_ENV=production
-
Restart Redmine WEB server.
-
Set permissions of glossary plugin in “Administration” -> “Roles and permissions”
-
Open the setting page of projects you need, check the “Glossary” module
-
If you need, select items to make hidden in plugin setting page.
Start from “Glossary” item of a project menu.
For the details of the usage, see the following page.