All Projects → markbates → buffalo-heroku

markbates / buffalo-heroku

Licence: MIT license
Archived use github.com/gobuffalo/buffalo-heroku

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to buffalo-heroku

buffalo-heroku
Sets up and deploys apps to Heroku
Stars: ✭ 14 (-12.5%)
Mutual labels:  heroku, buffalo, gobuffalo
GitHub-Education-Portfolio
A portfolio made using React and tools from GitHub Student Developer Pack
Stars: ✭ 50 (+212.5%)
Mutual labels:  heroku, deployment
Buffalo
Rapid Web Development w/ Go
Stars: ✭ 6,476 (+40375%)
Mutual labels:  buffalo, gobuffalo
Django-on-Docker-with-Heroku-and-OpenCV
Deploy Django on Docker to Heroku and include OpenCV
Stars: ✭ 24 (+50%)
Mutual labels:  heroku, deployment
suite
A test suite for Buffalo applications
Stars: ✭ 24 (+50%)
Mutual labels:  buffalo, gobuffalo
phoenix example
An example Phoenix app with one-click deployments to different cloud services.
Stars: ✭ 62 (+287.5%)
Mutual labels:  heroku, deployment
Phoenix Chat Example
💬 A Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.5.5 🚀
Stars: ✭ 452 (+2725%)
Mutual labels:  heroku, deployment
Paratrooper
Library for creating tasks that deploy to Heroku
Stars: ✭ 110 (+587.5%)
Mutual labels:  heroku, deployment
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+52643.75%)
Mutual labels:  heroku, deployment
Caprover
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Stars: ✭ 7,964 (+49675%)
Mutual labels:  heroku, deployment
Rocket
Automated software delivery as fast and easy as possible 🚀
Stars: ✭ 217 (+1256.25%)
Mutual labels:  heroku, deployment
Learn Devops
🚧 Learn the craft of "DevOps" (Developer Operations) to Deploy your App and Monitor it so it stays "Up"!
Stars: ✭ 139 (+768.75%)
Mutual labels:  heroku, deployment
buffalo-azure
A gobuffalo plugin for working with Azure.
Stars: ✭ 29 (+81.25%)
Mutual labels:  deployment, gobuffalo
heroku-wordpress
Template project for deploying WordPress 5.7.2 to Heroku
Stars: ✭ 49 (+206.25%)
Mutual labels:  heroku
server-instant-start
Spin up a fully configured Ubuntu/Debian-based web server in under 10 minutes with Nginx (w/ HTTPS), PHP FPM, Postfix, OpenDKIM, MySQL/MariaDB, PostgreSQL, and more. Deploy your web application too.
Stars: ✭ 17 (+6.25%)
Mutual labels:  deployment
configurator
Synchronize and Version Control ConfigMaps & Secrets across Deployment Rollouts.
Stars: ✭ 68 (+325%)
Mutual labels:  deployment
Covid-19-API
A realtime API for coronavirus cases on Heroku. Data automatically updated every 10 minutes!
Stars: ✭ 59 (+268.75%)
Mutual labels:  heroku
WhiteDevil
🌀Quick Response Whatsapp Bot🌀
Stars: ✭ 45 (+181.25%)
Mutual labels:  heroku
django-dialogflow
[Maintainer Required] Dialogflow Django is a web client to chat 💖
Stars: ✭ 26 (+62.5%)
Mutual labels:  heroku
kuberay
A toolkit to run Ray applications on Kubernetes
Stars: ✭ 146 (+812.5%)
Mutual labels:  deployment

buffalo-heroku

This is a plugin for https://gobuffalo.io that makes working with Heroku easier.

It assumes you are using Docker to deploy to Heroku. It is recommended you read https://devcenter.heroku.com/articles/container-registry-and-runtime first.

Installation

$ go get -u -v github.com/markbates/buffalo-heroku

Pre-Requisites

Setup

The buffalo heroku setup command will setup and create a new Heroku app for you, with a bunch of defaults that I find nice.

Flags/Options

There are a lot of flags and options you can use to tweak the Heroku app you create. Use the --help flag to see a list of them all.

$ buffalo heroku setup

Interactive Mode

If you are unsure of what you're doing, you can use the -i flag to enter interactive mode. This will ask you questions and give you menus of choices to select from.

Deploying

The initial setup command will do a deploy at the end, but after that you'll want to use the buffalo heroku deploy command to push a new version of your application, it'll even try to run your migrations for you.

$ buffalo heroku deploy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].