Redmine プラグインインストール

下記を参照

デフォのテーマなんて使っちゃダメ!Github風が最強!
いぬのメモ帳
Redmineにプラグインをインストールする
github
http://blog.enjoyxstudy.com/entry/2015/05/25/000000

telnet より実行




cd {RAILS_ROOT}/plugins
git clone https://github.com/onozaty/redmine-view-customize.git view_customize
cd ../
bundle exec rake redmine:plugins:migrate RAILS_ENV=production



インストール

#bundle exec install --without development test postgresql sqlite xapian

#bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Redmineプラグインをアンインストールする

$ bundle exec rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production

もしくは
#bundle exec rake redmine:plugins:migrate NAME=redmine_plugin VERSION=0 RAILS_ENV=production rm -rf plugins/redmine_plugin 

表示のカスタマイズ


パスのパターン: /projects$
CSS


#projects-index {
column-count: 1;
column-width: auto;
-webkit-column-count: 1;
-webkit-column-width: auto;
-moz-column-count: 1;
-moz-column-width: auto;
}