From 182d5274169c62edc263595b74ebf9d80940eccb Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 31 Dec 2024 13:13:59 -0800 Subject: [PATCH] chore: add dokku-daemon instructions to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7b360a4..a4c09b4 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,15 @@ Setting up deployments first requires a separate domain (such as gitwit.app, whi We then deploy Dokku on a separate server, according to this guide: https://dev.to/jamesmurdza/host-your-own-paas-platform-as-a-service-on-amazon-web-services-3f0d +And we install [dokku-daemon](https://github.com/dokku/dokku-daemon) with the following commands: + +``` +git clone https://github.com/dokku/dokku-daemon +cd dokku-daemon +sudo make install +systemctl start dokku-daemon +``` + The Sandbox platform connects to the Dokku server via SSH, using SSH keys specifically generated for this connection. The SSH key is stored on the Sandbox server, and the following environment variables are set in /backend/server/.env: ```bash