El 01/04/11 17:19, Ankur escribió:
You only got an error on the RI documentation.  That is not necessary
for the gem.  You can simply do:

gem install --no-ri --no-rdoc hobo --pre

and it should work.

Thank you very much. What are ri and rdoc and why aren't they needed?

I am not sure where you got those instructions, I
have had success with just the default Ubuntu 1.8.7 ruby installation,
but you can also use RVM and I had some success with this:

http://www.rubyinside.com/rails-ready-ruby-and-rails-on-ubuntu-in-one-line-4214.html

Great script and the script it calls. I will try it. I would resume them this way:

sudo aptitude update
sudo aptitude upgrade
sudo aptitude -y install wget curl build-essential bison openssl zlib1g libxslt1.1 libssl-dev libxslt1-dev libxml2 libffi-dev libyaml-dev libxslt-dev autoconf libc6-dev libreadline6-dev zlib1g-dev libcurl4-openssl-dev sudo aptitude -y install libsqlite3-0 sqlite3 libsqlite3-dev libmysqlclient16-dev libmysqlclient16
sudo aptitude -y install imagemagick libmagick9-dev
sudo aptitude -y install git-core
wget -c ftp://ftp.ruby-lang.org//pub/ruby/1.9/ruby-1.9.2-p180.tar.gz
tar -xzf ruby-1.9.2-p180.tar.gz
./configure --prefix=/usr/local
make
sudo make install
source ~/.bashrc
source ~/.bash_profile
sudo gem install bundler passenger rails --no-ri --no-rdoc
source ~/.bash_profile

I am not sure how Trisquel differs from Ubuntu, because Ubuntu is also
free


Ubuntu has free software but it is not free as in freedom it is free as in gratuity. http://www.gnu.org/distros/common-distros.html

Trisquel is free because it ships and recommends only free (as in freedom) software http://www.gnu.org/distros/free-distros.html
--
Quiliro Ordóñez
09 821 8696
02 340 1517

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