Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 845 Bytes

README.rdoc

File metadata and controls

26 lines (16 loc) · 845 Bytes

schedules

This plugin provides instances of Redmine a method with which to allocate users to projects and to track this allocation over time. It does so by creating daily time estimates of hours worked per project per user.

This plugin requires Redmine 3.1 and the Holidays gem (available from code.dunae.ca/holidays/ or through Gem as below).

Created by Gossamer Threads Inc. (www.gossamer-threads.com) Primary developer: Brad Beattie Secondary developer: JulienVdG

Installation

Add this repository to your #{RAILS_ROOT}/plugins/redmine_schedules

Or just do <in redmine/plugins folder> “git clone github.com/Yoru94/redmine3.1-schedules-plugin.git redmine_schedules”

In #{RAILS_ROOT} run the command

bundle install
rake redmine:plugins:migrate
rake redmine:plugins:migrate RAILS_ENV=production