Commit 97d1283d authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] Fix readme

parent cfd82856
Pipeline #6312 passed with stages
in 37 minutes and 52 seconds
......@@ -184,10 +184,8 @@ The good news is that you don't have to do all of this manually; during developm
#### 1. Docker-compose will configure your database and some NLP bricks (such as CoreNLP):
First install docker-compose on your system and then:
``` sh
# If docker is not installed:
# curl -sSL https://gitlab.iscpif.fr/gargantext/haskell-gargantext/raw/dev/devops/docker/install_docker | sh
cd devops/docker
docker compose up
```
Initialization schema should be loaded automatically (from `devops/postgres/schema.sql`).
......
......@@ -19,8 +19,8 @@ echo \
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo apt-get install docker-compose
# specific to our LAL config
sudo adduser debian docker
#sudo adduser debian docker
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