mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
some textual changes
This commit is contained in:
parent
49548ecd48
commit
798a620c5a
@ -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)
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user