This is a redmine plugin that displays holiday in the calendar.
- Redmine 2.x (Tested on only 2.4)
-
Clone into the plugins directory
$ cd REDMINE_ROOT/plugins $ git clone https://github.com/taktos/redmine_holidays_plugin.git
-
Install gems
$ cd REDMINE_ROOT $ bundle install
-
Run Rake task
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
-
Restart Redmine
You can change region on plugin configuration page.