From 07ee33e92d76acc39280bd788d22998c95f7bb8d Mon Sep 17 00:00:00 2001 From: 3wordchant <3wordchant@noreply.git.coopcloud.tech> Date: Fri, 5 Sep 2025 23:34:35 +0000 Subject: [PATCH] Minor tweaks to "Abra on server" --- docs/operators/handbook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md index d338866..71bf20b 100644 --- a/docs/operators/handbook.md +++ b/docs/operators/handbook.md @@ -116,7 +116,7 @@ Then `$ABRA_DIR` will be automatically picked up as `$PWD`. This is useful when ## Running abra server side -If you're on an environment where it's hard to run Docker, or command-line programs in general, you might want to install `abra` on a server instead of your local work station. +If you're on an environment where it's hard to run Docker, or command-line programs in general, you might want to install `abra` on a server instead of your local computer. To install `abra` on the same server where you'll be hosting your apps, just follow [getting started guide](/operators/tutorial#deploy-your-first-app) as normal except for one difference. Instead of providing your SSH connection details when you run `abra server add ...`, just pass `--local`. @@ -126,7 +126,7 @@ abra server add --local !!! note "Technical details" - This will tell `abra` to look at the Docker system running on the server, instead of a remote one (using the Docker internal `default` context). Once this is wired up, `abra` knows that the deployment target is the local server and not a remote one. This will be handle seamlessly for all other deployments on this server. + This will tell `abra` to look at the Docker system running on the server itself, instead of a remote one (using the Docker internal `default` context). Once this is wired up, `abra` knows that the deployment target is the local server and not a remote one. This will be handled seamlessly for all other deployments on this server. Make sure to back up your `~/.abra` directory on the server, or put it in version control, as well as other files you'd like to keep safe.