`
jjzxcc
  • 浏览: 2715 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

Shapado使用ricodigo-capistrano-recipes的问题

 
阅读更多

使用shapado本身的deploy.rb文件后运行cap的相关命令会报如下错误:

`<top (required)>': RVM - Capistrano integration was extracted to a separate gem, install: `gem install rvm-capistrano` and remove the `$LOAD_PATH.unshift` line, note also the 'set :rvm_type, :user' is now the default (instead of :system). (RuntimeError) 

 此时需要在Gemfile中加入

gem 'rvm-capistrano'

 并在deploy.rb中加入

require "rvm/capistrano" 

 继续运行cap命令可能又遇到新问题:

 env: /home/expedia/.rvm/bin/rvm-shell: No such file or directory

 則需要加入

set :rvm_type, :system
 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics