在CentOS上安装Redmine 5-bundler问题



我在CentOS上安装Redmine时遇到了麻烦。

[mryan@documents ~]$ echo $PATH
/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/mryan/bin:/usr/local/lib/ruby/gems/1.8/bin:/usr/local/lib/ruby/gems/1.8/gems
[mryan@documents ~]$ sudo bundle show rake
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3
[mryan@documents ~]$ sudo bundle exec rake generate_session_store
bundler: command not found: rake
Install missing gem binaries with `bundle install`

非常感谢您的帮助。

mryan321

上次我看到,Redmine没有使用Bundler,所以你需要为它创建一个Gemfile并自己设置Bundler。ChiliProject(Redmine的一个分支)使用Bundler,你可能可以使用Gemfile代替

https://github.com/chiliproject/chiliproject/blob/unstable/Gemfile

最新更新