Rails applications cannot be started from cPanel

April 9, 2009 on 9:15 am | In Cpanel | No Comments

The applications show as ‘not running’ when restarted.

Makesure that APF is off. Then do the following.

/scripts/installruby --force
/usr/local/cpanel/bin/ror_setup
gem install rubygems-update
update_rubygems

Now your RoR application should start.