Commit 898ae964fec103e5d574f6df241746af010eac8f
1 parent
c7d0e0f5
Exists in
master
Add Prepare the DB section
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
docs/deployment/dokku.md
@@ -20,3 +20,9 @@ dokku config:set errbit EMAIL_DELIVERY_METHOD=smtp SMTP_SERVER=172.17.42.1 | @@ -20,3 +20,9 @@ dokku config:set errbit EMAIL_DELIVERY_METHOD=smtp SMTP_SERVER=172.17.42.1 | ||
20 | git remote add dokku dokku@<host>:errbit | 20 | git remote add dokku dokku@<host>:errbit |
21 | git push dokku master | 21 | git push dokku master |
22 | ``` | 22 | ``` |
23 | + | ||
24 | +### Prepare the DB | ||
25 | + | ||
26 | +```bash | ||
27 | +dokku run errbit rake errbit:bootstrap | ||
28 | +``` |