21 lines
451 B
Plaintext
21 lines
451 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
|