OneBusAway / onebusaway-docker

Docker configuration for the OneBusAway Application Modules (https://github.com/OneBusAway/onebusaway-application-modules)
Apache License 2.0
18 stars 32 forks source link

Create guidance on deploying to Render #52

Closed aaronbrethorst closed 6 months ago

aaronbrethorst commented 7 months ago

Note: Possibly blocked on #62/#63. Do we want to use a standard IaC tool for managing Render deployments, or should we do a one-off guide for Render's native IaC solution (render.yaml files)? Or maybe both?

The end result of this should be a guide written in Markdown that a reasonably technical person, but not necessarily a software developer (think senior IT at a transit agency) can use to deploy OneBusAway in a scalable, secure way on Render.com. Despite the fact that this task appears in the onebusaway-docker issue tracker, the end product should be added to https://github.com/oneBusAway/onebusaway-docs

Look at the guides published on https://developer.onebusaway.org, like this Quickstart guide for a sense of tone, length, etc.

Notes and discoveries

Notably, there are 3rd party providers for deploying to Render with Pulumi and Terraform, but I have no idea how high quality they might be.