おもいつきメモblog

日々思いついたことをメモ的に記しています。

Redmiine XLS Plugin 0.2.0

2012-10-22 14:50:49 | 日記
http://two-pack-sbs.blogspot.jp/2012/06/redmiine-xls-plugin-020.html


redmineルートディレクトリ
Gemfile
gem 'spreadsheet'
gem 'rubyzip'


Install spreadsheet gem ('gem install spreadsheet')
$ sudo /usr/local/bin/gem install spreadsheet --no-rdoc --no-ri
Install rubyzip gem if you want to use export attachments feature
$ sudo /usr/local/bin/gem install rubyzip --no-rdoc --no-ri
Install plugin Plugin views with revisions if you do not have it installed
Plugin views revisionsとXLS Pluginをpluginsフォルダにコピーする。
Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
$ rake redmine:plugins:migrate RAILS_ENV=production
Run rake task
$ rake redmine:plugins:process_version_change RAILS_ENV=production
Login and configure the plugin (Administration > Plugins > Configure)
サーバーを立ち上げて確認します。