Redmineのプラグインのインストール
1.必要なプラグインはすべてredmineのpluginsフォルダにコピーする
2.必要なGEMSをインストール
bundle install –without development test rmagick
3.プラグインのマージを実行
bundle exec rake redmine:plugins NAME=$PLUGIN_NAME RAILS_ENV=production
Coding Changes the World
1.必要なプラグインはすべてredmineのpluginsフォルダにコピーする
2.必要なGEMSをインストール
bundle install –without development test rmagick
3.プラグインのマージを実行
bundle exec rake redmine:plugins NAME=$PLUGIN_NAME RAILS_ENV=production