Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
Missing linking database
authored
Nov 28, 2015
by
Gualter
Show whitespace changes
Inline
Side-by-side
_deployment.md
View page @
fa249cd1
...
@@ -27,7 +27,11 @@ dokku domains:set dbp2016_live scriptum.degrowth.net,scriptum.degrowth.community
...
@@ -27,7 +27,11 @@ dokku domains:set dbp2016_live scriptum.degrowth.net,scriptum.degrowth.community
dokku ssl:selfsigned dbp2016_live
dokku ssl:selfsigned dbp2016_live
```
```
And this one for enabling logs (fails on live, due to missing sqlite3)?
Link database to automagically setup DATABASE_URL:
dokku postgresql:link dbp2016_live db_dbp2016
Show logs:
dokku logs dbp2016_live
dokku logs dbp2016_live
...
...