diff --git a/README.md b/README.md index e69de29..00db45f 100644 --- a/README.md +++ b/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