Skip to content
Want to get Premium Web Hosting only at 45₹/Month Signup Now!

How to Set Up a Ruby Application in CloudLinux cPanel

Step 1: Log in to cPanel

  • Start by logging into your CloudLinux cPanel account.

Step 2: Access the Ruby App Setup Tool

  • In your cPanel dashboard, navigate to the Software section.
  • Click on Setup Ruby App.

Step 3: Configure the Ruby Application

  • In the Setup Ruby App interface, select your preferred Ruby version from the dropdown.
  • Enter the Application Root Directory where you want the app files to be stored, such as myapp.
  • Choose the Domain and URI for your app’s location.
  • Click Setup to create your Ruby application environment.

Step 4: Manage Dependencies with the Setup Tool

  • After setup, you can add required gems (dependencies) directly through the Setup Ruby App interface. Look for the option to add gems, type the name of each gem needed, and click Install.

Step 5: Start and Test Your Application

  • Go back to the Setup Ruby App page.
  • In the Actions column for your app, click Restart to activate it.

Step 6: Confirm Your Ruby Application

  • Finally, open your specified domain and URI in a browser to check that your Ruby app is running successfully. (Insert Image: Browser displaying the Ruby application)

This setup ensures you can easily manage and run Ruby applications in a CloudLinux environment within cPanel.

Was this article helpful?
YesNo
Back To Top