Support Centre
Find the answers to your questions and get the support you need with the VentraIP help centre.
Browse by Popular
Domain Name
- What is a domain name?Eligibility criteria for registering .AU domain namesPremium domain names explained
Web Hosting
View AllEmail Hosting
View AllGoogle Workspace
- Getting Started with Google WorkspaceGoogle Workspace support resourcesTransferring an existing Google Workspace service to VentraIP
Account
- How do I reset my VIPcontrol password?How do I create a VentraIP account?How can I see who accessed my VentraIP account?
Troubleshooting
- How do I clear my browser cache?Troubleshooting a ‘500 internal server' errorTroubleshooting with a ping test
Setting up a Ruby web application in cPanel
IMPORTANT: This is an advanced guide, and is intended to help Ruby application developers get started
cPanel supports the ability to create a Ruby application, here are the steps:
- Login to cPanel
- Click on Setup Ruby App under Software
- Under Setup new application
- Select the Ruby version you want to use
- Set the file path to your Ruby application
- Set the Domain and URI you want your application to be publicly accessed from
- Click Setup
Installing and managing Ruby Gems
There are a few ways to install a new gem in your ruby app.
Via the cPanel interface
The easiest way to install a Ruby gem, is to add them using the cPanel interface. Here are the steps:
- Login to cPanel
- Click on Setup Ruby App under Software
- Next to Modules click Show
- In the text box that appears above the list of modules, search of the gem you want to install (you may be asked to select a version).
- Click Add
Via SSH
Another way to install a Ruby gem, is via SSH. Here are the steps:
- Login to your service via SSH
- Run the command provided in the cPanel interface, to enter your applications virtual environment
- Once you’ve done that, you can install gems using the following shell command
gem install <gem name here>
We Are Here to Help You
Get in touch with one of our local experts at any time.