[Need Help] Tutorial for setting up erpnext in heroku/openshift

Need help for setting up erpnext in heroku or openshift. Is it even possible

Read this: GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps

could not find any heroku specific instruction in the GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps

1 Like

due to the way heroku works, I believe that it would be a massive pain in the neck (but still possible) to successfully run frappe on it, since herokus automated deploy system works in a way that bench wasn’t designed to run on.

Does bench support automated (non-interactive console) deploys, and does Frappe ERPNext use filesystem artifacts for configuration?

There are wider questions for upload support, as Heroku limits post body to 1M and request response duration to 30 seconds (although I am unsure if that is 30 seconds total, or if the 30-seconds can be extended through streaming).

Is there any guide/documentation/blog/steps to deploy it on Heroku?