Bundler导致Rails 2应用程序上的capistrano部署失败

时间:2011-11-21 18:48:55

标签: ruby-on-rails capistrano bundler

我有一个Rails 2应用程序,朋友(以及更好的rails dev)帮助我使用Bundler更新,以便更好地处理gem依赖项。

现在我正在尝试部署应用程序,而capistrano失败了。

https://gist.github.com/1383514

gist是我的capistrano部署的相关日志输出。

我要求: 要求'capistrano / ext / multistage' 要求'bundler / capistrano'

在我的deploy.rb文件中

在我看来,问题是capistrano无法触及gemfile,因为它不存在。

任何人都有办法解决这个问题?

2 个答案:

答案 0 :(得分:0)

错误讯息为bundle: command not found

您必须在服务器上gem install bundlersudo gem install bundler

答案 1 :(得分:0)

您是否在服务器上使用RVM?我记得有一些额外的设置让Capistrano使用RVM。

修改请参见此处:http://beginrescueend.com/integration/capistrano/