Fix permisson problem, use suggestion from #407

This commit is contained in:
remco 2018-01-19 21:57:54 +01:00 committed by Yohan Boniface
parent 0076614ee8
commit c0063d2fa2

View file

@ -12,7 +12,6 @@ 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
*You can change this path, but then remember to adapt the other steps accordingly.*
@ -20,7 +19,7 @@ You need sudo grants on this server, and it must be connected to Internet.
## 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.*