Home / Companies / Railway / Blog / March 2022

March 2022 Summaries

2 posts from Railway

Filter
Month: Year:
Post Summaries Back to Blog
You can deploy Beam on Railway by following the necessary steps which include creating a GitHub OAuth application, deploying your app and updating the callback URL with the new domain URL. The required environment variables such as DATABASE_URL, NEXT_APP_URL, and GITHUB_ID are pre-configured for you. Once deployed, you need to update the Callback URL in your OAuth app and then clone the Beam repository and connect it to your Railway project using the Railway CLI. After that, you can use the Prisma command to update the database schema for your MySQL instance on Railway. Finally, after completing all the required steps, you can access and sign in to your Beam instance and use its features such as creating posts, liking them, commenting on them, and enabling image uploads using Cloudinary.
Mar 14, 2022 669 words in the original blog post.
The Railway team has introduced a new feature called Metro, which allows users to deploy multiple services within a single project, improving organization and project management. This feature includes the ability to create multi-service templates, where users can configure environment variables, start commands, and healthcheck paths for each service, making it easier to deploy monorepos. Users can also generate templates from existing projects and manage their templates through a new interface. The Railway team is now accepting feature suggestions and invites users to share their ideas on how to improve the template feature.
Mar 08, 2022 481 words in the original blog post.