ソースを参照

Edit docs/quick-start.md: run the setup command with install-all by default

Refer docs/maintenance-upgrading-services.md

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3801/head
Suguru Hirahara 1年前
コミット
c1f95573e3
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E4F9743DAB4B7B75
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      docs/quick-start.md

+ 3
- 1
docs/quick-start.md ファイルの表示

@@ -189,5 +189,7 @@ If it looks good to you, go to the `matrix-docker-ansible-deploy` directory and
Then, re-run the setup command as below:

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

Note that if you remove components from `vars.yml`, or if we switch some component from being installed by default to not being installed by default anymore, you'd need to run the setup command with `--tags=setup-all` instead of `--tags=install-all`.

読み込み中…
キャンセル
保存