
Getting Started Guide
How to Use Railway
A practical guide to get you up and running with Railway. Written by Delv Editorial, Delv Team.
Getting started with Railway
In this guide, you will learn how to quickly deploy applications and databases using Railway. By the end, you'll be able to set up your first project and have it running in the cloud in just a few minutes.Step 1: Sign up and set up
- Go to Railway's website.
- Click on the "Sign Up" button in the top right corner.
- Choose to sign up using your GitHub account for easy integration.
- Once signed up, you will receive a $5 credit for usage. Familiarise yourself with the dashboard.
Step 2: Your first deployment
- On the dashboard, click the "New Project" button.
- Select "Deploy from GitHub" and authorise Railway to access your repositories.
- Choose the repository you want to deploy. Railway will automatically detect the necessary build settings.
- Click "Deploy" to start the process. You will see the deployment status in real-time.
- Once deployed, click on the project name to access your application and view its URL.
Step 3: Get better results
- Explore the "Settings" tab in your project to configure environment variables. Click "Add Variable" to set up any required configurations.
- For databases, click on "Add Resource" and choose your desired database (e.g., Postgres). Railway will provision it in seconds.
- Use the "Logs" section to monitor your application’s performance and troubleshoot any issues.