Obviously I am going to have to reinstall Ubuntu 11.04 again on my machine and 
redo the install for only my user and not as root...nothing works right.  Once 
again, I need a script written...please.  This is inhuman torture.



________________________________
From: Bryan Larsen <[email protected]>
To: [email protected]
Sent: Wednesday, July 27, 2011 6:05 AM
Subject: Re: [Hobo Users] Re: 1.3 Cookbook Beta

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.

-- 
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.

Reply via email to