diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-30 14:53:50 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-30 15:24:22 +0100 |
commit | a7cc8c509ae846afa23656a95c367c2ee73b7068 (patch) | |
tree | 4d834afea1c07c0f9b2a1772c1f663cd8d71597c /docs/installing/manual_install.md | |
parent | 44f9c9b7183d7e5a98909950314b326e72b85b98 (diff) |
Document adding alaveteli user to adm group.gh-pages-adm-group
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r-- | docs/installing/manual_install.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index d4e2a6d17..e56c9f951 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -225,9 +225,12 @@ Refresh the sources after adding the extra repositories: ### Create Alaveteli User -Create a new linux user to run the Alaveteli application. +Create a new linux user to run the Alaveteli application. Add them to the 'adm' group +so that they can read the mail log files. adduser --quiet --disabled-password --gecos "Alaveteli" alaveteli + usermod -a -G adm alaveteli + ## Get Alaveteli |