Allows marking up different models in Redmine with tags. Inspired by original redmine_tags of Eric Davis.
- Issues
- Wiki pages
- Redmine
>= 2.1.0
-
Clone this repository into
redmine/plugins/redmine_tags
-
Install dependencies and migrate database:
cd redmine/ bundle install RAILS_ENV=production rake redmine:plugins:migrate
-
Restart your Redmine web server (e.g. mongrel, thin, mod_rails)
This plugin is licensed under the terms of GNU/GPL v3+. See COPYING and LICENSE for details.