28 lines
645 B
Plaintext
28 lines
645 B
Plaintext
# gl-geonature
|
|
|
|
L'instance Geonature-Citizen de Champs-Libres.
|
|
|
|
# Installation développeur :
|
|
|
|
$ git submodule update --init --recursive
|
|
$ docker-compose up -d
|
|
$ docker-compose exec citizen install/install_app.sh
|
|
|
|
note: les credentials pour accéder au backend se trouvent dans /home/appuser/citizen/config
|
|
|
|
# Remise en route du service
|
|
|
|
$ docker-compose up -d
|
|
$ docker-compose exec citizen sh install/restart.sh
|
|
|
|
# Documentation :
|
|
|
|
$ make doc
|
|
|
|
# Builder le front
|
|
|
|
```
|
|
$ docker-compose exec citizen bash
|
|
appuser@ab136184159a:~/citizen/$ cd frontend
|
|
appuser@ab136184159a:~/citizen/frontend$ npm run ng build -- --configuration=fr --prod
|
|
``` |