From 3c9bae3a7f918c5eb2917f765e242bc75fbd9d33 Mon Sep 17 00:00:00 2001 From: namnatulco Date: Mon, 15 Dec 2025 07:53:43 +0100 Subject: [PATCH] sidenote to clarify how local abra works --- docs/operators/handbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md index 462c35847..2057eef8f 100644 --- a/docs/operators/handbook.md +++ b/docs/operators/handbook.md @@ -118,7 +118,7 @@ Then `$ABRA_DIR` will be automatically picked up as `$PWD`. This is useful when 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`. +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` and specify the domain during deployment. ``` abra server add --local