Installing Ruby on Centos with Yum
Ruby on Rails is an open-source web framework that’s optimizied for programmers happiness and sustainable productivity.
How to upgrade to the minimal requirement.
The below instructions are for 32-bit architecture.
#rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
#rpm -Uvh http://download.elff.bravenet.com/5/i386/elff-release-5-3.noarch.rpm
#yum install ruby ruby-shadow ruby-ri ruby-rdoc gcc gcc-c++ ruby-devel -y
#ruby -v
#rpm -Uvh http://download.elff.bravenet.com/5/i386/elff-release-5-3.noarch.rpm
#yum install ruby ruby-shadow ruby-ri ruby-rdoc gcc gcc-c++ ruby-devel -y
#ruby -v
RubyGems
You can download and then install RubyGems from:
http://rubyforge.org/projects/rubygems/
You will see a list of all files for the project.
#wget http://rubyforge.org/frs/?group_id=126&release_id=43601
#tar xzvf rubygems-1.3.7.tgz
#cd cd rubygems-1.3.7
#sudo ruby setup.rb
#gem –version
#tar xzvf rubygems-1.3.7.tgz
#cd cd rubygems-1.3.7
#sudo ruby setup.rb
#gem –version
One Response to “Installing Ruby on Centos with Yum”
Leave a Reply
You must be logged in to post a comment.
2pyjamas…
…