From 1b6983cdc3507ac23e49f72d48cfd1503f912044 Mon Sep 17 00:00:00 2001 From: nobohan Date: Wed, 12 Jul 2023 09:52:48 +0200 Subject: [PATCH] add post-installation instructions --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c31a37e..77f09a0 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,14 @@ taxhub $ cp app/constants.js.sample app/constants.js taxhub $ npm install ``` +### nginx + +Redirige de 8080 vers autres services : + + - 4000 (citizen-front) + - 5002 (citizen-back) + - 5000 (taxon) + ### Starting For starting the application again, you may start the db container first @@ -78,13 +86,10 @@ $ docker-compose up -d db $ docker-compose up ``` -### nginx +### Post-installation -Redirige de 8080 vers autres services : - - - 4000 (citizen-front) - - 5002 (citizen-back) - - 5000 (taxon) +1) Create a user account through the application and/or in the admin +2) Create a project, a "zone géographique", a form, a "type de site", a program (see https://gitea.champs-libres.be/champs-libres/biommap/wiki/Gestion-des-programmes) ## Development