Bluehost Web Hosting Help

Ruby Gems Installation

Problem:

How do I install my own Ruby Gems?

Solution:

  1. Using File Manager in your cPanel make a copy of the .bashrc file in your root directory, name it .bashrc.bak.
  2. Now edit the .bashrc file and add the following to the end of the file:
    • export GEM_HOME=$HOME/ruby/gems
    • export GEM_PATH=$GEM_HOME:/lib/ruby/gems/1.9.3
    • export GEM_CACHE=$GEM_HOME/cache
    • export PATH=$PATH:$HOME/ruby/gems/sass-3.4.21/bin/
  3. When using a rails application, make sure you add the following to your ./config/environment.rb:
    • ENV['GEM_PATH'] = '/path/to/your/home/ruby/gems:/lib/ruby/gems/1.9.3'
Knowledgebase Article 187,521 views bookmark tags: gem install ruby


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

Ruby on Rails, Gems

What Ruby on Rails version and Gems are installed?

Ruby on Rails: How-to install Redmine

How to install Redmine a Ruby on Rails application

Ruby on Rails Setup

How do I setup Ruby on Rails?

Related Help Content

Ruby on Rails 404 Errors

My Ruby on Rails installation keeps displaying a '404 Not Found' error.

WordPress Theme Installation

There are multiple different ways you can install a theme you have purchased for your WordPress site. This article will explain our two recommended methods for installation.

Ruby on Rails application generates a 500 - Premature end of script error

When I attempt to execute my Ruby on Rails application I receive "500- Premature end of script."

How To Install A New WordPress Theme - Manual Theme Installation

Install Themes These steps will help you install and select a WordPress theme for your blog. Inside the WordPress Dashboard, select the Add New Themes link in the Appearance Menu. You can search for

Path to Ruby

What is the path to Ruby?

Install WordPress using Marketplace

We provide a program which makes it very easy to install third party scripts to your hosting account. If you want your website to have a WordPress blog, you can use MOJO Marketplace to install WordPress.

WordPress Install Without Automatic Database Creation

This article explains how to install WordPress when Mojo is unable to create the database automatically.

VPS or Dedicated - Installing and using RoR with Passenger

This article will explain how to use RoR through passenger on a VPS or Dedicated hosting account