Rails applications cannot be started from cPanel

April 9, 2009 | In: Cpanel

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.

Comment Form