diff --git a/docs/deployment/dokku.md b/docs/deployment/dokku.md index 0e68d10..2134f41 100644 --- a/docs/deployment/dokku.md +++ b/docs/deployment/dokku.md @@ -20,3 +20,9 @@ dokku config:set errbit EMAIL_DELIVERY_METHOD=smtp SMTP_SERVER=172.17.42.1 git remote add dokku dokku@:errbit git push dokku master ``` + +### Prepare the DB + +```bash +dokku run errbit rake errbit:bootstrap +``` -- libgit2 0.21.2