我安装了ChiliProject3.3.0。在遇到一些问题之后,它工作得很好。
但是现在我试着添加BackLog插件,我把它塞住了……
我从这里执行了安装说明:http://www.redminebacklogs.net/en/installation.html当我调用该命令"bundle exec rake redmine:backlogs:install"时,我总是得到该错误:
root@debian2:~/redmine_backlogs# bundle exec rake redmine:backlogs:install
/opt/ruby-enterprise-1.8.7-2012.02/lib/ruby/gems/1.8/gems/bundler-1.2.0/lib/bundler/rubygems_integration.rb:147:in `gem': rake is not part of the bundle. Add it to Gemfile. (Gem::LoadError)
from /opt/ruby-enterprise-1.8.7-2012.02/bin/rake:18我真的不知道该怎么做了。请告诉我你需要哪些信息来帮助我。
发布于 2012-09-09 02:23:29
确保在ChiliProject主目录(例如/path/to/chiliproject )中执行该命令。任何rake或bundle调用都必须在该主目录中执行,而不是在各个插件目录中执行。
https://stackoverflow.com/questions/12332293
复制相似问题