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 ""`