Skip to content
Drew Winstel edited this page Jun 9, 2019 · 4 revisions

hsvdotbeer

Built with

Collate ALL the Huntsville beers.

Prerequisites

Initialize the project

Start the dev server for local development:

docker-compose up

Create a superuser to login to the admin:

docker-compose run --rm web ./manage.py createsuperuser

Continuous Deployment

Deployment automated via Heroku. When builds pass on the master branch, Heroku will catch the webhook from GitHub and automatically deploy.