Guest User

Untitled

a guest
Sep 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. require "bundler/capistrano"
  2. require "rvm/capistrano"
  3. set :rvm_ruby_string, "ruby-1.9.2-p290"
  4. set :bundle_dir, '/usr/local/rvm/gems/ruby-1.9.2-p290'
  5.  
  6. Capistrano then executes this command:
  7. bundle install --gemfile /home/deploy/rails_app/releases/20120403233447/Gemfile --path /usr/local/rvm/gems/ruby-1.9.2-p290 --deployment --quiet --without development test"
Add Comment
Please, Sign In to add comment