This site utilizes JavaScript to function correctly. Looks like it's disabled on your browser. Please enable it for your best experience.

For instructions on enabling JavaScript, click here

Skip to main content

Just Host Web Hosting Help

VPS or Dedicated - Installing and using RoR with Passenger

Summary

In this article you will find the instructions needed for installing a ruby, rails, and passenger, and the applications needed to get these working with apache.

These steps have been broken down in to 8 easy to follow steps.

Getting started

Firstly, this article is considered as outside the Scope of Technical Support.

Secondly, before you can follow this Help Desk article, you are going to need SSH access. If you don"t know how to get SSH access, please review these other Help Desk articles.

Installing Ruby on Rails and Passenger

This article assumes you are already logged in to the server through SSH as root.

  1. Installing the Basics

    We will be using the installruby script, located in /scripts, to get started. While this script installs more then what is listed here, below is what is important enough to take note.

    • Ruby 1.8,7
    • RubyGems 2.1.9, and 1.8.25
    • rails-2.3.18
    • rake-10.1.0
    • rack-1.1.6
    • mongrel-1.1.5

    # /scripts/installruby

  2. Installing Passenger

    Now that Ruby is installed we will use the following command:

    # gem install passenger mysql

  3. Installing curl-devel # yum install curl-devel

    When prompted "Is this ok [y/N]:" type the letter "y" and press Enter

  4. Installing postgresql-devel # yum install postgresql-devel

    Again, when prompted with the message "Is this ok [y/N]:" type the letter "y" and press Enter

  5. Installing ImageMagick # /scripts/installimagemagick
  6. Installing passenger modules, for apache # passenger-install-apache2-module

    Confirm by pressing Enter

    The system will check to see what you are missing, Press Enter

    1. When prompted "Are you sure you want to install against Apache 2.2.24 (/usr/bin/apxs)? [y/n]:" type the letter "y" and push enter.
      This will return "The Apache 2 module was successfully installed."
    2. Press Enter
    3. Add these lines to this file
      /usr/local/apache/conf/includes/pre_main_2.conf
      LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-4.0.21/buildout/apache2/mod_passenger.so
      PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-4.0.21
      PassengerDefaultRuby /usr/bin/ruby

      Alternatively you can add the above code with the follow command:

      echo -en "LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-4.0.21/buildout/apache2/mod_passenger.so\nPassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-4.0.21\nPassengerDefaultRuby /usr/bin/ruby\n" >> /usr/local/apache/conf/includes/pre_main_2.conf

  7. Restart Apache # service httpd restart
  8. Switch to your cPanel User

    Now you will need to install your application as the cPanel user, or else you will run in to permission issues.

    # su cpanelusr
    # cd ~

Final steps is to install an application, we happen to have an Help Desk article on installing Redmine

Knowledgebase Article 166,634 views bookmark tags: dedicated passenger redmine ruby vps


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

How to install Redmine a Ruby on Rails application
Knowledgebase Article 122,284 views tags: redmine ruby

If you need to transfer or restore a cPanel account for your VPS or Dedicated server, there is a tool within the WHM panel to perform these tasks. This article is about transferring or restoring from another server or restoring after a re-image.
Knowledgebase Article 74,927 views tags: backup cpanel dedicated hosting restore server transfer vps

To help with transferring of accounts from other servers to your account.
Knowledgebase Article 213,145 views tags: account dedicated multi multiple reseller single transfer whm

Related Help Content

To help with installing an SSL certificate for an account on a dedicated server through the WHM
Knowledgebase Article 250,211 views tags: assign dedicated server ssl whm

This article will explain how-to enable FTP on a newly provisioned VPS or Dedicated cPanel server. Since FTP is an unsecured connection point to the server, cPanel has it disabled by default in version 11.86 or prior.
Knowledgebase Article 27,817 views tags: dedicated file ftp root server transfer vps

This article will explain some common causes for 500 errors on Dedicated or V.P.S servers.
Knowledgebase Article 119,576 views tags: dedi dedicated error server vps

How to install Java in a dedicated server.
Knowledgebase Article 167,830 views tags: dedicated install java server yum

How to install NginX for reverse proxy and web performance enhancing.
Knowledgebase Article 144,327 views tags: dedicated nginx proxy reverse vps

How do I install my own Ruby Gems?
Knowledgebase Article 186,789 views tags: gem install ruby

This tutorial will help you be able to install the PHP PECL package APC. (Alternative PHP Cache)
Knowledgebase Article 163,275 views tags: caching dedicated pecl vps

This article will explain how to restart the email related services on a Dedicated or VPS server. This may be useful if you are experiencing trouble with your email.
Knowledgebase Article 133,479 views tags: dedi dedicated dovecot exim mail restart vps whm

** Google ad credits are only available to customers in the United States, Canada, and the United Kingdom at this time.

¹ VAT (Value Added Tax) is not included in our advertised price and will be charged separately and itemized on invoices and billing information. Standard VAT rates based on EU Member State regulations may apply. Learn more.