Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 811 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 811 Bytes

Redmine Tags

Allows marking up different models in Redmine with tags. Inspired by original redmine_tags of Eric Davis.

Supported models

  • Issues
  • Wiki pages

Requirements

  • Redmine >= 2.1.0
  • acts-as-taggable-on = 2.3.3

Installation

  • Clone this repository into redmine/plugins/redmine_tags

  • Install dependencies and migrate database:

      cd redmine/
      bundle install
      RAILS_ENV=production rails generate acts_as_taggable_on:migration
      RAILS_ENV=production rake db:migrate
      RAILS_ENV=production rake redmine:plugins:migrate
    
  • Restart your Redmine web server (e.g. mongrel, thin, mod_rails)

License

This plugin is licensed under the terms of GNU/GPL v3+. See COPYING and LICENSE for details.