Commit 2c1a6812 authored by sim's avatar sim

[DOC] Startup scripts

parent ff793781
...@@ -11,8 +11,7 @@ To setup development environment, run django test server and postgrest: ...@@ -11,8 +11,7 @@ To setup development environment, run django test server and postgrest:
git clone -b gargantext-light ssh://git@gitlab.iscpif.fr:20022/humanities/gargantext.git gargantext-light git clone -b gargantext-light ssh://git@gitlab.iscpif.fr:20022/humanities/gargantext.git gargantext-light
cd gargantext-light cd gargantext-light
make make
pipenv run ./manage runserver pipenv run make start
postgrest postgrest.conf
By default Django test server is running at <http://localhost:8000>, and By default Django test server is running at <http://localhost:8000>, and
PostgREST at <http://localhost:3000>. PostgREST at <http://localhost:3000>.
...@@ -93,8 +92,7 @@ issues with your environment. ...@@ -93,8 +92,7 @@ issues with your environment.
To run Gargantext backend servers do: To run Gargantext backend servers do:
pipenv run ./manage runserver pipenv run make start
postgrest postgrest.conf
## Customize dev environment ## Customize dev environment
......
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