Explorar el Código

Update installing.md

pull/717/head
borgmanJeremy hace 5 años
committed by GitHub
padre
commit
283178f148
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      docs/installing.md

+ 5
- 0
docs/installing.md Ver fichero

@@ -12,6 +12,11 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all


**Note**: if you **do** use SSH keys for authentication, **and** use a non-root user to *become* root (sudo), you may need to add `-K` (`--ask-become-pass`) to the above (and all other) Ansible commands. **Note**: if you **do** use SSH keys for authentication, **and** use a non-root user to *become* root (sudo), you may need to add `-K` (`--ask-become-pass`) to the above (and all other) Ansible commands.


**Note**: if you use a non-root user you must make sure this user is a member of the matrix group.
```
usermod -aG matrix $USER
```

The above command **doesn't start any services just yet** (another step does this later - below). The above command **doesn't start any services just yet** (another step does this later - below).


Feel free to **re-run this setup command any time** you think something is off with the server configuration. Feel free to **re-run this setup command any time** you think something is off with the server configuration.


Cargando…
Cancelar
Guardar