You can still get assistance by raising a ticket with our support department should you not be able to find what you are looking for here.

Set up Ruby on Rails applications on your cPanel hosting account.

cPanel includes tools to deploy Ruby on Rails applications when your DanumHost plan supports Ruby.

Install or configure Rails

  1. Go to Software → Ruby on Rails or Setup Ruby App (on CloudLinux with Ruby Selector).
  2. Create a new application, specifying the Ruby version, application root, and domain or subdirectory.
  3. Install gems using the provided bundle command or the cPanel terminal if available.
  4. Configure the startup file and environment mode (production vs development).
  5. Restart the application from the Ruby interface after code changes.

Deployment tips

  • Run bundle install after updating your Gemfile.
  • Run database migrations as needed for your application.
  • Point your domain document root to the public folder of the Rails app.

Rails hosting requirements vary by plan. Contact DanumHost support if Ruby is not listed in your cPanel Software section.

← Back to Software