Type : System
Operating System :REDHAT and CENTOS
Ruby on rails is a open-source framework very powerful and useful to optimse the development and productivity
Mod_passenger is use to run rails application via APACHE.
Requirement :
Before the install the installation of Ryby on rails with mod_passenger you need to install some packges.
If you want to use SVN with ruby for capistrano for example, you have to install subversion
yum install subversion
If your application need to access to a mysql server, you have to install the lib to enable the mysql ruby dependency.
yum install mysql-devel
For the installation of passenger, you need to install the compilation tools like GCC and the devel code for http and apr-util
yum install gcc gcc-c++ libstdc++ httpd-devel apr-util-devel
Installation of Ruby
On redhat or centos you have the base for the installation of ruby but the version of ruby is limit to 1.8.5 for the moment.
yum install ruby ruby-devel ruby-libs ruby-irb ruby-rdoc subversion-ruby
















































