aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing/manual_install.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r--docs/installing/manual_install.md6
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