Bladeren bron

Update docs/installing.md: add a note to avoid running the just recipe install-all, instead of ansible-playbook with install-all tag

The note is for those who are not familiar with the playbook's tag and its just recipe.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3742/head
Suguru Hirahara 1 jaar geleden
bovenliggende
commit
4bd511819f
Geen bekende sleutel gevonden voor deze handtekening in de database GPG sleutel-ID: E4F9743DAB4B7B75
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. +3
    -1
      docs/installing.md

+ 3
- 1
docs/installing.md Bestand weergeven

@@ -58,12 +58,14 @@ Proceed to [Maintaining your setup in the future](#2-maintaining-your-setup-in-t


If you will be importing data into your newly created Matrix server, install it, but **do not** start its services just yet. Starting its services or messing with its database now will affect your data import later on. If you will be importing data into your newly created Matrix server, install it, but **do not** start its services just yet. Starting its services or messing with its database now will affect your data import later on.


To do the installation **without** starting services, run only the `install-all` tag:
To do the installation **without** starting services, run `ansible-playbook` with the `install-all` tag only:


```sh ```sh
ansible-playbook -i inventory/hosts setup.yml --tags=install-all ansible-playbook -i inventory/hosts setup.yml --tags=install-all
``` ```


**Note**: do not run the just "recipe" `just install-all` instead, because it automatically starts services at the end of execution.

When this command completes, services won't be running yet. When this command completes, services won't be running yet.


You can now: You can now:


Laden…
Annuleren
Opslaan