在 CentOS 5 上安装 Redmine - 捆绑程序问题?

发布于 2024-11-17 21:15:01 字数 495 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ヅ她的身影、若隐若现 2024-11-24 21:15:02

上次我看到,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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文