Commit b485ad7a authored by c24b's avatar c24b

Readme

parent d8235699
...@@ -10,7 +10,7 @@ Install Instructions for Gargantext (CNRS): ...@@ -10,7 +10,7 @@ Install Instructions for Gargantext (CNRS):
## Help needed ? ## Help needed ?
See http://gargantext.org/about and tools for the community See http://gargantext.org/about and tools for the community
## SETUP ##SETUP
Prepare your environnement Prepare your environnement
Create user gargantua Create user gargantua
...@@ -212,9 +212,9 @@ for dir in "/srv/gargantext" ...@@ -212,9 +212,9 @@ for dir in "/srv/gargantext"
"/srv/gargantext_lib" "/srv/gargantext_lib"
"/srv/gargantext_static" "/srv/gargantext_static"
"/srv/gargantext_media" "/srv/gargantext_media"
"/srv/env_3-5"; do "/srv/env_3-5"; do
sudo mkdir -p $dir ; sudo mkdir -p $dir ;
sudo chown gargantua:gargantua $dir ; sudo chown gargantua:gargantua $dir ;
done done
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment