From f05e04229d6f6c3e6c368b9c98c8ec0300548d75 Mon Sep 17 00:00:00 2001 From: nobohan Date: Wed, 2 Jun 2021 15:11:46 +0200 Subject: [PATCH] upd readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35cfb28..a13e742 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ L'instance Geonature-Citizen de Champs-Libres. # Multi-container instructions + +## Installation Clone this repo ``` @@ -33,7 +35,14 @@ $ docker-compose exec db psql -d -U postgres -d referentielsdb -c "CREATE EXTENS ``` $ docker-compose up ``` +### Compile the front +``` +$ docker-compose run --rm citizen-front npm install +$ docker-compose run --rm citizen-front npm run build:i18n-ssr +``` + +### Starting For starting the application again, you may start the db container first ``` @@ -42,7 +51,7 @@ $ docker-compose up ``` - +## Misc. ### Taxhub ```