LoginSignup
33
43

More than 5 years have passed since last update.

BitNami Redmineでプラグインのインストール/アンインストール手順

Posted at

環境

Windows XP
BitNami Redmine Stack 2.3.0-0

※C:\直下にインストール

インストール

1.解凍したプラグインを設置

C:\BitNami\redmine-2.3.0-0\apps\redmine\htdocs\plugins

2.コマンドプロンプト「Use BitNami Redmine Stack」を起動

cd C:\BitNami\redmine-2.3.0-0\apps\redmine\htdocs
bundle install --without development test postgresql sqlite xapian
rake redmine:plugins:migrate RAILS_ENV=production

3.ツール「redmine manager tool」でRedmineを再起動

4.コマンドプロンプト「Use BitNami Redmine Stack」

rake tmp:cache:clear
rake tmp:sessions:clear

アンインストール

1.コマンドプロンプト「Use BitNami Redmine Stack」を起動

cd C:\BitNami\redmine-2.3.0-0\apps\redmine\htdocs
rake db:migrate_plugins NAME=【プラグイン名】 VERSION=0 RAILS_ENV=production
33
43
0

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
33
43