This commit is contained in:
parent
99a4705bbe
commit
5991b8cb09
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -0,0 +1,18 @@
|
||||||
|
|
||||||
|
# Dokku setup
|
||||||
|
|
||||||
|
Create app
|
||||||
|
|
||||||
|
ssh dokku@danaos.infra.glenux.net apps:create socialweb
|
||||||
|
|
||||||
|
Configure proxy
|
||||||
|
|
||||||
|
dokku config:set $app --no-restart
|
||||||
|
|
||||||
|
Configure apps
|
||||||
|
|
||||||
|
Configure letsencrypt
|
||||||
|
|
||||||
|
Restart
|
||||||
|
|
||||||
|
dokku ps:restart
|
Loading…
Reference in a new issue