From bd2f6b9df2c42d4622e0f2e854cdaa5347eb1738 Mon Sep 17 00:00:00 2001 From: Eric Hanchrow Date: Fri, 12 Sep 2025 11:48:59 -0500 Subject: [PATCH] Add a bit of detail about passwords --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff31cdb..fa6d771 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,11 @@ This is experimental, and you should review the codebase before running this ear - Create a new VPS instance. - I'm Using Ubuntu 24.04 on Digital Ocean for development work; any debian-based OS on any VPS provider should work. - Choose SSH username/password login approach, *not* SSH key (for now). + - In particular, you might need to edit the configuration for the host's ssh server, to allow root to login with a password. - Set two local env vars: - `$ export DSD_HOST_IPADDR=` - `$ export DSD_HOST_PW=` + This should be the existing root password on the target host. This plugin will also create a user named `django_user` with the same password. - Install `dsd-vps`. (If you cloned this repo, you probably want to make a local editable install of `dsd-vps`.) - Add `django_simple_deploy` to `INSTALLED_APPS`. - Run `python manage.py deploy --automate-all`.