Getting started with Rails on Qovery

How to quickly deploy a Rails app on Qovery

This tutorial will have you deploying a Rails app in minutes.

Rails is a development tool which gives web developers a framework, providing structure for all the code they write. The Rails framework helps developers to build websites and applications, because it abstracts and simplifies common repetitive tasks.

Source Code

In the tutorial, we will use a sample application ready to be deployed on Qovery. To get the application source code, please fork this repository.

App Setup

In Qovery Console, choose or create your project and environment. Then, add a new application:

Rails

In Git Repository, pick the forked application source code repository.

In the Port section type 3000.

That's it, create!

Env Vars

The last step is to add a PORT environment variable. To do so, navigate to your application and add a new PORT variable with value 3000:

Rails

Deploy

It's all ready. In your application's screen click on Actions and Deploy your application.

Rails

Logs

To see the progress of your deployment and the output of your application, click on Show Logs button. You can navigate between build/deployment logs as well as your application runtime logs.

Rails

Push Changes

Now, anytime you push new changes to your repository, Qovery will automatically update your application with the latest code!