From c0063d2fa2e3eac800b81c1c909b01fb147bb127 Mon Sep 17 00:00:00 2001 From: remco Date: Fri, 19 Jan 2018 21:57:54 +0100 Subject: [PATCH] Fix permisson problem, use suggestion from #407 --- docs/ubuntu.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/ubuntu.md b/docs/ubuntu.md index bd478b45..570c1c57 100644 --- a/docs/ubuntu.md +++ b/docs/ubuntu.md @@ -12,15 +12,14 @@ You need sudo grants on this server, and it must be connected to Internet. ## Create deployment directories: - sudo mkdir -p /srv/umap - sudo mkdir -p /etc/umap + sudo mkdir -p /etc/umap *You can change this path, but then remember to adapt the other steps accordingly.* ## Create a Unix user - sudo useradd -N umap -d /srv/umap/ + sudo useradd -N umap -m -d /srv/umap/ *Here we use the name `umap`, but this name is up to you. Remember to change it on the various commands and configuration files if you go with your own.*