Browse Source

Merge pull request #3742 from luixxiul/fix

Update docs/installing.md: add a note to avoid running the just recipe install-all, instead of ansible-playbook with install-all tag
pull/3744/head
Aine 1 year ago
committed by GitHub
parent
commit
68342eda10
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      docs/installing.md

+ 3
- 1
docs/installing.md View File

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

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

You can now:


Loading…
Cancel
Save