From de0ff5fa82a65f349fa153296bf582924fb5f575 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 11 Mar 2022 09:50:20 +0100 Subject: [PATCH] point to bootstrapping steps earlier on --- docs/operators/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index 93eb0531..f98bfa6a 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -168,7 +168,7 @@ Now you can connect `abra` with your server. You need to have a working SSH conf abra server add -p ``` -The `-p` or `--provision` flag means that `abra` will install Docker and initialise the [new single-host swarm](https://docs.docker.com/engine/swarm/key-concepts/) on your server. +The `-p` or `--provision` flag means that `abra` will install Docker and initialise the [new single-host swarm](https://docs.docker.com/engine/swarm/key-concepts/) on your server. If you've already followed the steps in [the server setup](/operators/tutorial/#server-setup) step, then `abra` should not need to do any work. It is important to note that `` here is a publicy accessible domain name which points to your server IP address. `abra` does make sure this is the case and this is done to avoid issues with HTTPS certificate rate limiting.