插件目录 » Redmine Qangaroo
作者 | TECHNO MOBILE | |
---|---|---|
网站 | https://qangaroo.jp | |
代码仓库 | https://github.com/tm-qangaroo/qangaroo_plugin | |
注册时间 | 2017-12-05 (超过6年前) | |
当前版本 | 1.0.1 | |
兼容 | Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x | |
用户评分 |
一款旨在与测试管理软件Qangaroo集成的Redmine插件。
安装说明
插件安装¶
此插件是用于与Qangaroo集成的Redmine插件。适用于版本3.2.8以上的Redmine。如果需要升级Redmine版本,请参考http://guide.redmine.jp/RedmineUpgrade/。
请按照以下步骤安装插件。
1. 进入redmine应用程序的./plugins文件夹。
2. 在plugins文件夹内执行以下命令git clone https://github.com/tm-qangaroo/qangaroo_plugin.git
3. 返回Redmine应用程序的根目录。
安装必要的插件gem。bundle install --without development test
5. 数据库迁移和资产复制bundle exec rake redmine:plugins:migrate RAILS_ENV=production
bundle exec rake redmine:plugins NAME=qangaroo_plugin RAILS_ENV=production
6. 重新启动Redmine应用程序的服务器。
插件安装指南¶
这是一个旨在将Redmine与Qangaroo集成的Redmine插件。它适用于Redmine版本3.2.8或更高版本。对于需要升级Redmine的用户,请参阅https://redmine.ruby-lang.org.cn/projects/redmine/wiki/RedmineUpgrade。
请按照以下说明安装插件。
1. 进入您的Redmine应用程序的./plugins目录。
2. 在plugins目录内,运行以下命令git clone https://github.com/tm-qangaroo/qangaroo_plugin.git
3. 返回您的Redmine应用程序的根目录。
4. 安装必要的插件gem。bundle install --without development test
5. 迁移数据库和编译资源。bundle exec rake redmine:plugins:migrate RAILS_ENV=production
bundle exec rake redmine:plugins NAME=qangaroo_plugin RAILS_ENV=production
6. 重新启动应用程序服务器。
变更日志
1.0.1 (2017-12-05)
兼容Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x。
- 添加对https Redmine用户的支持。
1.0.0 (2017-12-05)
兼容Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x。