[Rails] rvm/capistrano

2013-05-14 Thread John Merlino
When I ran cap deploy:setup, the following actually installed rvm, ruby and the online_store gemset on my staging server: set :rvm_ruby_string, 'ruby-1.9.3-p0@online_store' set :rvm_autolibs_flag, read-only set :rvm_type, :system set :rvm_install_with_sudo, true before 'deploy:setup',

[Rails] rvm + capistrano + gitosis

2011-04-22 Thread Mike C
I don't know how people do it, but I'm having huge headaches getting these things to work with each other. At the moment, doing a cap deploy:setup gives me this error: /Users/mikool/.rvm/gems/ree-1.8.7-2011.03@rails3/gems/ capistrano-2.5.19/lib/capistrano/recipes/deploy.rb:55:in `join': can't

Re: [Rails] rvm + capistrano + gitosis

2011-04-22 Thread Bryan Crossland
On Fri, Apr 22, 2011 at 3:15 AM, Mike C snib...@gmail.com wrote: I don't know how people do it, but I'm having huge headaches getting these things to work with each other. At the moment, doing a cap deploy:setup gives me this error: /Users/mikool/.rvm/gems/ree-1.8.7-2011.03@rails3/gems/