2025年 4月6日(日) 07:09 JST

redmine 2.6.0にupdate

  • 2014年10月29日(水) 00:03 JST
  • 投稿者:
  • 表示回数 130
ruby 2.1.4にもupdateしたので、
svn updateはせずに、tar.gz.をダウンロード
途中、config.ruをコピーし忘れて、
page not foundエラーを出してしまった。
mkdir public/plugin_assets
が必要だった。

気になる点
pluginのupdate checkで
Unable to retrieve plugin informations from www.redmine.org
のメッセージ。
1647 cd redmine-2.6.0/
1653 bundle install --path vendor/bundle --without development test
1654 gem list
バックアップに加えて
1656 rake generate_secret_token
1657 rake db:migrate RAILS_ENV="production"
1658 rake db:migrate:upgrade_plugin_migrations RAILS_ENV=production
1659 rake db:migrate_plugins RAILS_ENV=production
1660 rake tmp:cache:clear
1661 rake tmp:sessions:clear