| 1 | = Backlogsプラグインのインストール = |
| 2 | 依存ライブラリのインストール |
| 3 | {{{ |
| 4 | yum install rubygem-nokogiri |
| 5 | yum install rubygem-icaneldar |
| 6 | gem install open-uri-cached |
| 7 | gem install holidays |
| 8 | gem install prawn |
| 9 | }}} |
| 10 | 初期化 |
| 11 | {{{ |
| 12 | RAILS_ENV=production rake generate_session_store |
| 13 | RAILS_ENV=production rake config/initializers/session_store.rb |
| 14 | RAILS_ENV=production rake db:migrate |
| 15 | RAILS_ENV=production rake db:migrate:upgrade_plugin_migrations |
| 16 | RAILS_ENV=production rake tmp:cache:clear |
| 17 | RAILS_ENV=production rake tmp:sessions:clear |
| 18 | RAILS_ENV=production rake redmine:backlogs:install |
| 19 | }}} |