Skip to content

Instantly share code, notes, and snippets.

@gordonbisnor
Created September 2, 2009 19:16
Show Gist options
  • Save gordonbisnor/179914 to your computer and use it in GitHub Desktop.
Save gordonbisnor/179914 to your computer and use it in GitHub Desktop.
Getting cap deploy:migrate woring on Webfaction
# I ADD THIS TO CAP DEPLOY
set :rake, "/home/#{user}/ruby1.8/lib/ruby/gems/1.8/bin/rake"
# AND I ADD THIS TO .bash_profile and .bashrc
export GEM_PATH=/home/YOUR USERNAME/ruby1.8//lib/ruby/gems/1.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment