gpt4 book ai didi

rvm - 我如何与 Chef 一起使用 `bundle install`?

转载 作者:行者123 更新时间:2023-12-02 03:35:26 25 4
gpt4 key购买 nike

我正在使用 Chef 配置 CentOS 6.5 box 并安装我的 Rails 4.0.4 应用程序。

我安装了 RVM 和 Ruby 2.1.1

当我 cd my_website 时,RVM 将设置正确的 ruby​​ 版本(gemset)。

我如何告诉 Chef bundle 正确的 ruby​​ 版本

目前我正在使用这个:

execute "bundle-install" do
user "my_user"
cwd "/home/my_user/website/"
command "bundle install"
action :run
end

但这还不够,它还在尝试使用 ruby​​ 1.9.3

最佳答案

RVM 是一个基于 shell 的 Ruby 版本管理器。由于 Chef Client 以 root 身份运行,它可能没有执行登录 shell。所以像 .rvmrc 这样的东西和 RVM 的实际加载被忽略了。用 Chef 处理这个有点复杂。我建议看看 Fletcher 的 chef-rvm Recipe 。

关于rvm - 我如何与 Chef 一起使用 `bundle install`?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23736115/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com