Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ More bi solutions coming soon.

## Production Deployments

TODO
The [production deployments document](docs/PRODUCTION_DEPLOYMENTS.md) explains how to deploy the rails app to Heroku.

More platforms coming soon.

## Contributing

Expand Down
19 changes: 19 additions & 0 deletions docs/PRODUCTION_DEPLOYMENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Production Deployments

## Heroku

The project is deployable to Heroku out of the box.

Fork the repository:
- https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository

Follow the instructions for deploying to Heroku through the Github integration:
- https://devcenter.heroku.com/articles/github-integration

Heroku Dashboard offers the option for manual deploys through a user interface:
- https://devcenter.heroku.com/articles/heroku-dashboard

More information on how to deploy Ruby on Rails apps to Heroku can be found here:
- https://devcenter.heroku.com/articles/getting-started-with-rails7
- https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server
- https://devcenter.heroku.com/articles/preparing-a-codebase-for-heroku-deployment
Loading