mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 13:41:49 +02:00
Fix permisson problem, use suggestion from #407
This commit is contained in:
parent
5c31b95009
commit
a166dc1088
1 changed files with 2 additions and 3 deletions
|
@ -14,15 +14,14 @@ You need sudo grants on this server, and it must be connected to Internet.
|
||||||
|
|
||||||
## Create deployment directories:
|
## 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.*
|
*You can change this path, but then remember to adapt the other steps accordingly.*
|
||||||
|
|
||||||
|
|
||||||
## Create a Unix user
|
## 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
|
*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.*
|
on the various commands and configuration files if you go with your own.*
|
||||||
|
|
Loading…
Reference in a new issue