Pages

How to set up ( Fedora php ruby on rails )

Friday, October 2, 2009

Installing Ruby On Rails on Fedora 11 12

How to install Ruby On Rails on Fedora 11 12 . . . .


Installation of ruby on rails on fedora was never easy before and this type installing ruby on rails on fedora is one step task . In Past installing ruby on rails was just a mess have to issue lots of commands now just one command and every thing is setup and rails is ready to go on than.
and best thing about this type of installation is about mysql binding which also get install without any error


Installing ruby on rails along with mysql


[ismail@localhost ~]$ sudo yum install rubygem-rails ruby-mysql

Thats it ruby on rails is ready to go


Optional installtions


Installing sqlite3 for ruby on rails


[ismail@localhost test]$ sudo yum install rubygem-sqlite3-ruby

Installing mongrel server for rails


[ismail@localhost test]$ sudo yum install rubygem-mongrel*

Installing json for rails


[ismail@localhost ~]$ sudo yum install rubygem-json

Installing git for rails


[ismail@localhost test]$ sudo yum install rubygem-git

IF some thing is missing you want to install about rails do comment