upd readme

This commit is contained in:
nobohan 2021-06-02 15:11:46 +02:00
parent 2888d105d9
commit f05e04229d
1 changed files with 10 additions and 1 deletions

View File

@ -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
```