From 6af11b037ae5b26e1f259d23dd65a716affe2dbc Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 23 Nov 2024 13:28:09 +0900 Subject: [PATCH] Update docs/installing.md and docs/quick-start.md: replace commands to finalize the installation Per Slavi's suggestion. Signed-off-by: Suguru Hirahara --- docs/installing.md | 4 ++-- docs/quick-start.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installing.md b/docs/installing.md index 38e5274ce..4fa1766de 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -111,10 +111,10 @@ To have the base domain served from the integrated web server, add the following matrix_static_files_container_labels_base_domain_enabled: true ``` -After configuring the playbook, run the installation command: +After configuring the playbook, run the command below: ```sh -ansible-playbook -i inventory/hosts setup.yml --tags=install-all,start +ansible-playbook -i inventory/hosts setup.yml --tags=install-matrix-static-files,start ``` ## Things to do next diff --git a/docs/quick-start.md b/docs/quick-start.md index 9c9ffad9c..bb46a33c7 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -165,10 +165,10 @@ To have the base domain served from the integrated web server, add the following matrix_static_files_container_labels_base_domain_enabled: true ``` -After configuring the playbook, run the installation command and wait until it finishes: +After configuring the playbook, run the command below and wait until it finishes: ```sh -ansible-playbook -i inventory/hosts setup.yml --tags=install-all,start +ansible-playbook -i inventory/hosts setup.yml --tags=install-matrix-static-files,start ``` After the command finishes, you can also check whether your server federates with the Matrix network by using the [Federation Tester](https://federationtester.matrix.org/) against your base domain (`example.com`), not the `matrix.example.com` subdomain.