Chapter 5. Running Heroku Applications

In the previous chapter, we learned how to deploy Heroku applications. Specifically, we learned how to push code to and pull code from the Heroku environment, how developers of Heroku apps can use the Git distributed version control system to version their app, and how code deployments can be optimized. Finally, we learned how app releases can be managed in a Heroku environment.

Well, for the discerning minds, it makes a lot of sense to distinguish between deploying an app and running an app. Running an app is a subset of what goes on when you deploy a Heroku app. Running an app is more about operating an app using the available platform, troubleshooting the app in a test bed before deploying it in production, ...

Get Heroku Cloud Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.