Joined April 2013
·

Judy Ngai

Boston, MA
·
·

I used this to deploy my rails app to digital ocean's vps yesterday. I want to contribute to this for the deploy.rb file you need to add these three lines

set :rvmrubystring, :local

before 'deploy:setup', 'rvm:install_rvm' # install/update RVM

before 'deploy:setup', 'rvm:install_ruby' # install Ruby and create gemset, OR:

otherwise it will throw you a rvm can't be found error. Hope this helps someone.

Achievements
59 Karma
0 Total ProTip Views