Questions tagged [rvm-capistrano]

Ruby's gem RVM Capistrano

Integrating RVM with Capistrano provides the normal benefits of RVM when operating in the context of Capistrano deployment tasks. These include:

  1. Ensuring all Capistrano tasks use the correct Ruby and gems (including gemset support).
  2. Automatic installation of RVM and Ruby via Capistrano. Only possible when using rvm-capistrano gem.
  3. Manage gemsets via Capistrano, allowing you to install or update project gems as part of your deployment.

Here's the github for the repo: https://rubygems.org/gems/rvm-capistrano

143 questions
0
votes
1 answer

ror deployment with capistrano -> cap:deploy

i've a problem with the deploying. i have a ubuntu 11.10 server, i have installed ruby 1.9.2 and rails 3.2.6 with RVM. i have yet made the pull of my git, it's located in /home/**/idepro.git i runned the "capify ." command and i modify the…
Dabidi
  • 397
  • 5
  • 14
0
votes
1 answer

Bundler::GemNotFound when compiling assets from cap deploy

I'm deploying to servers with capistrano and doing a bundle exec rake RAILS_ENV=production RAILS_GROUPS=assets assets:precompile as the last step. Problem is when it gets to this point FROM cap deploy, i get the following…
haider
  • 2,418
  • 3
  • 24
  • 26
0
votes
1 answer

capistrano deploy:migration does not exist

This is my first rails project and its been a real pleasure working with capistrano. My current issue is that I need to run cap deploy:migrate and cap:deploy:migration as seperate tasks. I believe there should be a cap deploy:migration which…
LessQuesar
  • 3,123
  • 1
  • 21
  • 29
0
votes
1 answer

Can't install any ruby with RVM-Capistrano

I recently installed the gem rvm-capistrano in order to deploy in my server. First, I tried to run cap deploy:setup. It seems that installed RVM, but for some reasons (permissions or something else), it couldn't install REE: Warning: *** [err ::…
Mr_LinDowsMac
  • 2,644
  • 9
  • 56
  • 75
0
votes
1 answer

Capistrano + RVM rvm_install_ruby with Rubinius

I am trying to fully automate the setup of my deployment host, and so avoiding manual install of Ruby. I am using capistrano-rvm as it promises to do the job, but I have a problem when RVM compiles Rubinius: ** [out] rbx-2.0.0pre - #configuring **…
Mike Aski
  • 9,180
  • 4
  • 46
  • 63
0
votes
1 answer

Can't install rvm-capistrano gem

I just upgraded to the lastest RVM (1.12.3) and am trying to install the rvm-capistrano gem. I already have the latest capistrano, capistrano-ext, and capistrano-colors gems installed. This is the line I added to my Gemfile: gem…
Larry
  • 66
  • 8
-1
votes
1 answer

error deploying my rails application with capisrano on aws

I followed the guide on deploying to aws ec2 https://www.sitepoint.com/deploy-your-rails-app-to-aws/. I am using ubuntu 16 server. Everything has installed perfectly on the server but when i run cap production deploy --trace this is the output. **…
-1
votes
1 answer

Error bash: bundle: command not found while cap deploy:cold

I am using this_link for deploying, but I didnt created new user rather I am continuing with root user. I am using unicorn, nginx, capistrano for this. On running cap deploy:cold, I am getting error bash: bundle: command not found. deploy.rb set…
Anuj Dubey
  • 349
  • 2
  • 11
1 2 3
9
10