0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【随時更新】Bitnami Redmine Win10pro プラグイン メモ

0
Last updated at Posted at 2019-12-05

環境

  • Windows10pro
  • Environment:
    Redmine version 4.0.5.stable
    Ruby version 2.5.7-p206 (2019-10-01) [x64-mingw32]
    Rails version 5.2.3
    Environment production
    Database adapter Mysql2
    Mailer queue
    ActiveJob::QueueAdapters::AsyncAdapter
    Mailer delivery smtp

プラグインインストール方法

redmineインストールフォルダ/pluginsにプラグインを配置する

  • 自分の環境では下記パスにプラグインを配置した
    C:\Bitnami\redmine-4.0.5-0\apps\redmine\htdocs\plugins

必要な場合、"Bitnami Redmine Stack Environment"からコマンド実行

  • 下記バッチファイルを実行し、"Bitnami Redmine Stack Environment"を起動
    C:\Bitnami\redmine-4.0.5-0\use_redmine.bat
    各プラグインのサイト掲載されているインストール方法に沿って、コマンドを実行する

  • 【コマンド例】DBのマイグレーション

C:\Bitnami\redmine-4.0.5-0\apps\redmine\htdocs>bundle exec rake redmine:plugins:migrate RAILS_ENV=production

導入したプラグイン

チケットのテンプレートを使用したい

クリップボードの画像を張り付けたい

チェックボックスを利用したい

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?