Question

Is it possible to have a console on a web browser to access to heroku?

I want to access quickly to the console for urgencies even if I don't have any special program installed (like a terminal or ssh).

Was it helpful?

Solution

You can try adding the web-console gem and configuring it. I've never tried it with Heroku, but it should work.

This likely goes without saying, but I strongly recommend you have some form of authentication and/or authorization in front of this, as it is direct access to the backend of your Heroku environment.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top