Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6797575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:37:32+00:00 2026-05-26T18:37:32+00:00

Capistrano does not work with rvmsudo in my deploy.rb. I tried set :sudo, ‘rvmsudo’

  • 0

Capistrano does not work with rvmsudo in my deploy.rb.

I tried

set :sudo, 'rvmsudo'
set :sudo_prompt, 'password: '

And then running commands with:

sudo "god -c config/unicorn.god --log-level debug"

But Capistrano gets stuck on the password prompt.

This solution here says to use sudo "whoami" and then rvmsudo because it will remember your password for 5 minutes, but my password is not remembered.

context:

desc "Start unicorn"
  task :start, :except => { :no_release => true } do
  sudo "god -c config/unicorn.god --log-level debug"
end
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T18:37:32+00:00Added an answer on May 26, 2026 at 6:37 pm

    Are you doing

    require 'bundler/capistrano'
    

    ?

    Its hacky, but you could try:

    after "deploy:update_code", :do_bundle_install
    
    task :do_bundle_install do
      run "cd #{current_release} && rvmsudo bundle install --gemfile #{current_release}/Gemfile --path {path to install}/bundle --without development test cucumber"
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Capistrano keeps asking me for password for every deplyoyment. How do I not let
I'm trying to deploy a Rails app that uses Bundler via Capistrano. Running cap
Capistrano is a great solution for building scripts that automatically deploy a website and/or
I have a capistrano deployment recipe I've been using for some time to deploy
I use capistrano to deploy my app to a machine that uses memcache. I
We have a rails application in subversion that we deploy with Capistrano but have
I am currently deploying a Rails application using Capistrano. Cap deploy:update_code usually works just
I am using capistrano to deploy my rails application. I want to override the
Does anyone know of a good Django equivalent of Capistrano/Webistrano?
I'm trying to set up capistrano for pushing my project, using git as VCS.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.