Changes

Jump to navigation Jump to search
586 bytes added ,  03:06, 31 August 2007
Line 40: Line 40:     
  yum --enablerepo=centos-testing install ruby*.*
 
  yum --enablerepo=centos-testing install ruby*.*
 +
 +
== Ruby Gems Installation ==
 +
 +
Create a downloads directory
 +
 +
mkdir downloads
 +
 +
cd /downloads
 +
 +
wget http://rubyforge.org/frs/download.php/20989/rubygems-0.9.4.tgz
 +
 +
tar xzvf rubygems-0.9.4.tgz
 +
 +
cd /downloads/rubygems-0.9.4
 +
 +
ruby setup.rb
 +
 +
gem install rails --include-dependencies
 +
 +
Note, the above command may need to be run more than once if the below error message is displayed, could be 3 times if required
 +
 +
Bulk updating Gem source index for: http://gems.rubyforge.org
 +
ERROR:  While executing gem ... (Gem::GemNotFoundException)
 +
Could not find rails (> 0) in any repository
 +
 +
 +
 +
     
276

edits

Navigation menu