Procházet zdrojové kódy

Update docs/installing.md and docs/quick-start.md: replace commands to finalize the installation

Per Slavi's suggestion.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3801/head
Suguru Hirahara před 1 rokem
rodič
revize
6af11b037a
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +2
    -2
      docs/installing.md
  2. +2
    -2
      docs/quick-start.md

+ 2
- 2
docs/installing.md Zobrazit soubor

@@ -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


+ 2
- 2
docs/quick-start.md Zobrazit soubor

@@ -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.


Načítá se…
Zrušit
Uložit