A Django web application for Grogan Burner Services, a heating systems installation, repair and service company.
- use
docker-compose build && docker-compose up -d
to build and bring up Django/Postgres containers. - Open
http://localhost:5000
- Get Dokku Install script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.19.11/bootstrap.sh
- Run Dokku Install script:
sudo DOKKU_TAG=v0.19.11 bash bootstrap.sh
- Create Dokku app:
sudo dokku apps:create tine
- Install Postgres Dokku plugin:
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git
- Create Database:
sudo dokku postgres:create gbs
- Link Database to app:
dokku postgres:link gbs tine
- Add
git remote add dokku dokku@dokku.me:tine
- Push
git push dokku master
This project is MIT licensed for all the source code. Images and Artwork are full copyright of their owners.