![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
Getting Started on Heroku | Heroku Dev Center
Step-by-step guides for deploying your first app and mastering the basics of Heroku
Getting Started on Heroku with Python | Heroku Dev Center
Complete this tutorial to deploy a sample Python app to Cedar, the legacy generation of the Heroku platform. To deploy the app to the Fir generation, only available to Heroku Private Spaces , follow this guide instead.
Getting Started on Heroku with Java | Heroku Dev Center
Complete this tutorial to deploy a sample Java app to Cedar, the legacy generation of the Heroku platform. To deploy the app to the Fir generation, only available to Heroku Private Spaces , follow this guide instead.
Getting Started on Heroku with Ruby | Heroku Dev Center
Complete this tutorial to deploy a sample Ruby app to Cedar, the legacy generation of the Heroku platform. To deploy the app to the Fir generation, only available to Heroku Private Spaces , follow this guide instead.
App Webhooks Tutorial | Heroku Dev Center
2025年1月31日 · This tutorial walks you through subscribing to an app webhook that notifies you whenever your Heroku app is deployed. After you complete the tutorial, see the full webhooks documentation for more information on subscribing to webhooks and supported event types.
How Heroku Works | Heroku Dev Center
2024年12月3日 · This is a high-level, technical description of how Heroku works. It ties together many of the concepts you'll encounter while writing, configuring, deploying and running applications on the Heroku platform.
Heroku Postgres | Heroku Dev Center
2024年7月26日 · You can access a Heroku Postgres database from any language with a PostgreSQL driver, including all languages officially supported by Heroku. In addition to a variety of Heroku CLI commands to manage your database, Heroku Postgres provides a web dashboard, dataclips to share queries, and several other helpful features.
Getting Started on Heroku with Rails 8.x | Heroku Dev Center
2024年11月13日 · This guide covers using Rails 8 on Heroku. For information on running previous versions of Rails on Heroku, see the tutorial for Rails 7.x or Rails 6.x. The tutorial assumes that you have: Basic familiarity with Ruby, Ruby on Rails, and Git; A locally installed version of Ruby 3.2.0+, Rubygems, Bundler, and Rails 8+
The Heroku CLI | Heroku Dev Center
2025年1月10日 · How to download, install, and start using the Heroku CLI. The Heroku CLI used to be part of the Heroku Toolbelt.
Deploying Node.js Apps on Heroku | Heroku Dev Center
2024年12月4日 · This article describes how to take an existing Node.js app and deploy it to Heroku.