upd readme
This commit is contained in:
parent
2888d105d9
commit
f05e04229d
11
README.md
11
README.md
@ -5,6 +5,8 @@ L'instance Geonature-Citizen de Champs-Libres.
|
|||||||
|
|
||||||
# Multi-container instructions
|
# Multi-container instructions
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
Clone this repo
|
Clone this repo
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -33,7 +35,14 @@ $ docker-compose exec db psql -d -U postgres -d referentielsdb -c "CREATE EXTENS
|
|||||||
```
|
```
|
||||||
$ docker-compose up
|
$ 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
|
For starting the application again, you may start the db container first
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -42,7 +51,7 @@ $ docker-compose up
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Misc.
|
||||||
### Taxhub
|
### Taxhub
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user