####Why this repository 所有的一切都源自一篇博客 5-redmine-plugins-will-change-way-you-work。 当我一个一个寻找这些插件时,发现这是一件超级浪费时间的事,更何况 redminecrm (一个redmine资源站点 ) 还被墙了 (>﹏<) 不~ ;所以,我决定将我常用的一些插件和皮肤汇总在这里,方便有需求的朋友使用。

项目地址: https://github.com/songjiayang/redmine-lazy-package

插件包括:

ps:所有插件均成功跑在 redmine 3.0版本之上

How to use

1.将plugins 和 public/thmemes 的文件拷贝到你的 redmine 项目对应目录中。
2.依次执行命令

bundle install --without development test
bundle exec rake redmine:plugins NAME=redmine_checklists RAILS_ENV=production
bundle exec rake redmine:plugins NAME=redmine_agile RAILS_ENV=production
3. 重启 reminde,进入 ~/admin/plugins 和 ~/settings?tab=display 页面设置插件和皮肤。