Installing Ruby

To begin, you will need root access to the server on which you wish to install Ruby

Requirements

cPanel version 11.

Log into your server as the root user and issue the following command via the command line:

yum list ruby

Execute the following script to install Ruby:

/scripts/installruby

After installing Ruby, you will need to make sure that the appropriate ports are opened for your cPanel users.

By default, Ruby applications begin on port 12001. Ruby application port numbers are automatically incremented with each new Ruby application.

This means the the first Ruby on Rails application created on your server will use port 12001, while the second Ruby on Rails application will use port 12002.

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.