Procházet zdrojové kódy

Mention install-service

pull/3811/head
Slavi Pantaleev před 1 rokem
committed by GitHub
rodič
revize
3e93ebf33f
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      docs/just.md

+ 1
- 0
docs/just.md Zobrazit soubor

@@ -18,6 +18,7 @@ Here are some examples of shortcuts:
| `just setup-all` | Run `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start` |
| `just install-all --ask-vault-pass` | Run commands with additional arguments (`--ask-vault-pass` will be appended to the above installation command) |
| `just run-tags install-mautrix-slack,start` | Run specific playbook tags (here `install-mautrix-slack` and `start`) |
| `just install-service mautrix-slack` | Run `just run-tags install-mautrix-slack,start` with even less typing |
| `just start-all` | (Re-)starts all services |
| `just stop-group postgres` | Stop only the Postgres service |
| `just register-user john secret-password yes` | Registers a `john` user with the `secret-password` password and admin access (admin = `yes`) |


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