在 CentOS 5 上安装 Redmine - 捆绑程序问题?
我在 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`
非常感谢任何帮助。
穆里安321
I've hit a wall with my Redmine installation on CentOS.
[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`
Any help very much appreciated.
mryan321
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
上次我看到,Redmine 没有使用 Bundler,因此您需要为其创建一个 Gemfile 并自行设置 Bundler。 ChiliProject(Redmine 的一个分支)使用 Bundler,您也许可以使用 Gemfile
https: //github.com/chiliproject/chiliproject/blob/unstable/Gemfile
Last I saw, Redmine didn't use Bundler so you will need to create a Gemfile for it and set up Bundler yourself. ChiliProject (a fork of Redmine) uses Bundler, you might be able to use that Gemfile instead
https://github.com/chiliproject/chiliproject/blob/unstable/Gemfile