Skip to main content

Setting up a Ruby App on your hosting

Run your Ruby apps on your hosting space

Updated yesterday

Setting up a Ruby App on your hosting space is easier than you think. Follow the instructions listed below to setup the simplest Ruby App, then develop your awesome Ruby project.

Prerequisites

  • Access to cPanel or

  • Access to Funio Hub

Task completion: 15 minutes

Expertise: intermediate

How to do?

  1. Log in to your cPanel from your Customer Hub

  2. Under the Software section, click on Setup Ruby App.

  3. Choose the Ruby version your application will use

  4. Enter the full path where your application will be located, like /home/user/public_html/myrubyapp

  5. In the App Domain/URI field complete the URL that will be used to open the app. If you want to use mydomain.com/ruby you will need to add ruby.

  6. Click on SETUP and you're done!

Now open your web browser and type yourdomain.com/ruby (replace it with your actual domain name and application URL), and you will see:

It works!

Ruby 2.1.10


You can now modify the code that has been generated, or replace it with your own.


Good luck with your project!

Did this answer your question?