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?
Log in to your cPanel from your Customer Hub
Under the Software section, click on Setup Ruby App.
Choose the Ruby version your application will use
Enter the full path where your application will be located, like /home/user/public_html/myrubyapp
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.
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!