497
个编辑
更改
→Redmine升级数据库
# 执行 use_redmine 进入终端模式
# '''(重要:数据库结构升级)'''执行:'''bundle exec rake db:migrate RAILS_ENV=production'''
# ''or(参考)''
#* ''cd /opt/redmine xxxx/apps/redmine/htdocs''
#* cd /opt/redmine-3.4.4-2
#* ./ctlscript.sh restart
==Bundle install 报错的处理==
# 如果提醒要求bundle install情况下,运行:
#* bundle config mirror.https://rubygems.org https://gems.ruby-china.com
# 如果提醒“nokogiri”等报错情况下,可以执行如下操作:
#* 执行:sudo apt-get install libxslt-dev libxml2-dev
#* 再次运行 :sudo bundle
=使用use_redmine安装plugins(基于bundle)=