From 4a4f2645dfcf2aede5427285b43b4b97346803c5 Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Sun, 14 Jun 2020 00:05:39 +0000 Subject: [PATCH] Add Heroku setup instructions --- GUIDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GUIDE.md b/GUIDE.md index 36bc54c..e4428a1 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -191,3 +191,9 @@ Here are solutions for some common issues. If your situation isn't described her ## Quick Deploy to Heroku [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/milesmcc/shynet/tree/master&env[SHYNET_HOST]=shynet-demo.herokuapp.com) + +Once you deploy, you'll need to setup an admin user, whitelabel, and hostname before you can use Shynet. Do that with the following commands: + +1. `heroku run --app= ./manage.py registeradmin ` +2. `heroku run --app= ./manage.py hostname ` +3. `heroku run --app= ./manage.py whitelabel ""`