Plugins Directory » Redmine Qangaroo
|
Author: | TECHNO MOBILE |
---|---|---|
Website: | https://qangaroo.jp | |
Code repository: | https://github.com/tm-qangaroo/qangaroo_plugin | |
Registered on: | 2017-12-05 (over 7 years ago) | |
Current version: | 1.0.1 | |
Compatible with: | Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x | |
User ratings: |
A Redmine plugin designed to integrate with the test management software, Qangaroo.
Installation notes
プラグインインストール¶
このプラグインは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アプリのrootフォルダに戻る
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. redmineアプリのサーバを再起動。
Plugin Installation Guide¶
This is a Redmine plugin designed to integrate Redmine with Qangaroo. It works with Redmine version 3.2.8 or above. For those who need to upgrade their Redmine, please see http://www.redmine.org/projects/redmine/wiki/RedmineUpgrade.
Follow the instructions below to install the plugin.
1. Enter your Redmine application's ./plugins directory.
2. Inside the plugins directory, run the following command:git clone https://github.com/tm-qangaroo/qangaroo_plugin.git
3. Return to the root folder of your Redmine application.
4. Install the required plugin gems.bundle install --without development test
5. Migrate the database and compile assets.bundle exec rake redmine:plugins:migrate RAILS_ENV=production
bundle exec rake redmine:plugins NAME=qangaroo_plugin RAILS_ENV=production
6. Restart your application's server.
Changelog
1.0.1 (2017-12-05)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x.
- Add support for https Redmine users.
1.0.0 (2017-12-05)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x.