[PR #773] [CLOSED] Enable Heroku Deployment #12114

Closed
opened 2025-12-29 22:19:42 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/773
Author: @mraerino
Created: 1/4/2017
Status: Closed

Base: developHead: add-heroku


📝 Commits (3)

  • e29470a Configure app for Heroku deployment
  • 464d94d Add "Deploy to Heroku" button
  • b142cf5 🔧 Run migrations on heroku release

📊 Changes

8 files changed (+131 additions, -1 deletions)

View changed files

📝 .gitignore (+4 -0)
Procfile (+2 -0)
📝 README.md (+2 -0)
app.json (+41 -0)
netbox/netbox/configuration_heroku.py (+74 -0)
📝 netbox/netbox/settings.py (+3 -1)
📝 netbox/netbox/wsgi.py (+2 -0)
📝 requirements.txt (+3 -0)

📄 Description

This pull-request will make it easier for people to use the software, since they don't have to care about installation anymore.
A simple click on the "Deploy to Heroku" Button and entering some info will give them an up and running netbox installation hosted on Heroku.

PS: my commits usually follow https://gitmoji.carloscuesta.me/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/773 **Author:** [@mraerino](https://github.com/mraerino) **Created:** 1/4/2017 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `add-heroku` --- ### 📝 Commits (3) - [`e29470a`](https://github.com/netbox-community/netbox/commit/e29470ae16ec8fae718b384e29b68f78e882f8e0) Configure app for Heroku deployment - [`464d94d`](https://github.com/netbox-community/netbox/commit/464d94db11667aeff802b26634f946edd262d87d) :sparkles: Add "Deploy to Heroku" button - [`b142cf5`](https://github.com/netbox-community/netbox/commit/b142cf506b557d01c513c57e605349c05b4e6f20) :wrench: Run migrations on heroku release ### 📊 Changes **8 files changed** (+131 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -0) ➕ `Procfile` (+2 -0) 📝 `README.md` (+2 -0) ➕ `app.json` (+41 -0) ➕ `netbox/netbox/configuration_heroku.py` (+74 -0) 📝 `netbox/netbox/settings.py` (+3 -1) 📝 `netbox/netbox/wsgi.py` (+2 -0) 📝 `requirements.txt` (+3 -0) </details> ### 📄 Description This pull-request will make it easier for people to use the software, since they don't have to care about installation anymore. A simple click on the "Deploy to Heroku" Button and entering some info will give them an up and running netbox installation hosted on Heroku. PS: my commits usually follow https://gitmoji.carloscuesta.me/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:19:42 +01:00
adam closed this issue 2025-12-29 22:19:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12114