From 283178f1487d9c8c2358da3f0c430d4936ffe461 Mon Sep 17 00:00:00 2001 From: borgmanJeremy <46930769+borgmanJeremy@users.noreply.github.com> Date: Thu, 12 Nov 2020 14:24:47 -0600 Subject: [PATCH] Update installing.md --- docs/installing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installing.md b/docs/installing.md index 43758ffb2..16eac5c47 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -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 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). Feel free to **re-run this setup command any time** you think something is off with the server configuration.