diff --git a/deployment/bare_metal/install.sh b/deployment/bare_metal/install.sh index d98bc3bfa..149c55f91 100755 --- a/deployment/bare_metal/install.sh +++ b/deployment/bare_metal/install.sh @@ -1,5 +1,5 @@ #!/bin/bash # This install script requires the minimum requirements already installed. -# This is described in detail in [setup.md](./setup.md) +# How to do this is described in detail in [setup.md](./setup.md) diff --git a/deployment/bare_metal/setup.md b/deployment/bare_metal/setup.md index a501b6dba..85ae26526 100644 --- a/deployment/bare_metal/setup.md +++ b/deployment/bare_metal/setup.md @@ -9,7 +9,11 @@ > passwd gradido >> enter new -# Gives the user priviledges - this might be omitted in order to harden security +# Gives the user priviledges - this might be omitted in order to harden security +# Care: This will require another administering user if you don't want root access. +# Since this setup expects the user running the software be the same as the administering user, +# you have to adjust the instructions according to that scenario. +# You might lock yourself out, if done wrong. > usermod -a -G sudo gradido # switch to the new user