Linux Redmine Bitnami 插件安装步骤

2019-10-10  本文已影响0人  阿蒙阿蒙

按照网上的指导文档https://blog.51cto.com/2833238/2116996安装了 redmine 4.0.3,  开启了不断完善这个免费项目管理软件之路!

RedmineQQ技术群:138524445,Redmine使用交流、二次开发、插件安装、配置优化等。

1. 下载插件

https://www.redmineup.com/  目前安装的几个插件都是这个网站下的

2.进入 plugins 目录

cd /redmine安装目录/apps/redmine/htdocs/plugins

3. 将插件文件复制到指定目录

4. 运行 use_redmine脚本

 ./use_redmine

cd apps/redmine/htdocs

5. 安装所需gem

bundle install --without development test --no-deployment

6. 迁移数据

插件安装顺序 redmine_contacts -> redmine_prducts ->redmine_finance ->redmine_contacts_invoices,以上插件有依赖关系,必须按顺序安装,其余都可单独安装。

bundle exec rake redmine:plugins:migrate NAME=redmine_contacts_invoices RAILS_ENV=production

7. 在redmine安装目录下重启应用

./ctlscript.sh restart

已安装以下插件:

Redmine Agile plugin (Light version)Scrum and Agile project management plugin for redminehttp://redmineup.com/pages/plugins/agileRedmineUP1.4.12

Redmine Checklists plugin (Light version)This is a issue checklist plugin for Redminehttps://www.redmineup.com/pages/plugins/checklistsRedmineUP3.1.16

Redmine CRM plugin (Light version)This is a CRM plugin for Redmine that can be used to track contacts and deals informationhttps://www.redmineup.com/pages/plugins/crmRedmineUP4.2.5

Redmine Invoices plugin (Light version)Plugin for track invoices and expenseshttps://www.redmineup.com/pages/plugins/invoicesRedmineUP4.2.0

Redmine Finance plugin (Light version)This is a accounting plugin for Redminehttps://www.redmineup.com/pages/financeRedmineUP2.1.6

Redmine Products plugin (Light version)Plugin for managing products and ordershttps://www.redmineup.com/pages/plugins/productsRedmineUP2.1.0

上一篇下一篇

猜你喜欢

热点阅读