diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-18 15:40:35 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:36:42 +0100 |
commit | acace29a8d443e30316ba784286d1556975f0895 (patch) | |
tree | 871df5d6708876fcb1ed1e1ee21078e82bb8ab10 /docs/installing/manual_install.md | |
parent | 3ea0618041b9d403052000d5877da0447708aeb0 (diff) |
Add section on creating alaveteli linux user
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r-- | docs/installing/manual_install.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 2962a0a58..6f244d3d5 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -190,6 +190,12 @@ Refresh the sources after adding the extra repositories: apt-get -y update +### Create Alaveteli User + +Create a new linux user to run the Alaveteli application. + + adduser --quiet --disabled-password --gecos "Alaveteli" alaveteli + ## Get Alaveteli To start with, you may need to install git, e.g. with `apt-get install |