diff --git a/content/400-pulse/250-database-setup/300-railway.mdx b/content/400-pulse/250-database-setup/300-railway.mdx index 4968a0e774..6f56538f7d 100644 --- a/content/400-pulse/250-database-setup/300-railway.mdx +++ b/content/400-pulse/250-database-setup/300-railway.mdx @@ -60,6 +60,8 @@ The template consists of three [services](https://docs.railway.app/reference/ser - **Postgres**: A PostgreSQL database that you'll be able to use with Prisma Pulse after going through the setup instructions. - **restart-and-delete-me**: This service contains a [script](https://github.com/prisma/pulse-railway-pg-config/blob/main/config-db.ts) that's executed once and configures the PostgreSQL database to make it usable with Prisma Pulse. Once the script has been executed, the instructions will tell you to delete this service since it won't be needed any more. +### Instructions + 1. Deploy the [template](https://railway.app/template/pulse-starter) on Railway. 2. You'll be navigated to a page prompting configuration for both the **restart-db-then-delete-me** and **pulse-starter** service. ![Configure Railway template](../images/railway-template-configure.png)