Commit f7f8d933 authored by sim's avatar sim

[DOC] Check write-access for logs before starting servers

parent da32b0f0
......@@ -12,6 +12,10 @@ To setup a development environment and run backend servers in DEBUG mode:
git clone -b gargantext-light ssh://git@gitlab.iscpif.fr:20022/humanities/gargantext.git gargantext-light
cd gargantext-light
make setup
# At this point you should check log directories existence and write access
# knowing that servers are run as your current user. Path of the log files
# are configured in gargantext.ini and postgrest.conf (see section
# Configuration below).
pipenv run make start
By default Django test server is running at <http://localhost:8000>, and
......
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