497
个编辑
更改
Redmine
,→Plugins install:
# 第一步:plugins下载好了后,解压复制到\Bitnami\redmine-3.0.2-0\apps\redmine\htdocs\plugins目录下;
# 第二步:启动使用{product_fullname};
# 第三步:进入到plugins目录,输入:bundle install –without --without development test
# 第四步:输入:bundle exec rake redmine:plugins:migrate RAILS_ENV=production,或者bundle exec rake redmine:plugins NAME=xxxxxxxxxx RAILS_ENV=production
# 重启redmine即可
# 执行 gem sources –l查看源
#* bundle config mirror.https://rubygems.org http://gems.ruby-china.com
===Plugins uninstall:===
* 第一步:将目录切换到\Bitnami\redmine-3.3.0-1\apps\redmine\htdocs\plugins下。