1) apt-get install curl git 2) Follow the single user instructions here: http://beginrescueend.com/rvm/install/
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile source ~/.bash_profile 3) ask RVM what else you should install rvm notes 4) do what rvm says is necessary to install 1.9.2 apt-get install build-essential ... etc. 5) install & use ruby 1.9.2 rvm install 1.9.2 rvm use 1.9.2 6) install hobo and its dependencies gem install hobo -v 1.3.0.RC1 Bryan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
