biommap/README

21 lines
451 B
Plaintext
Raw Normal View History

2021-03-26 08:11:10 +00:00
# gl-geonature
L'instance Geonature-Citizen de Champs-Libres.
# Installation développeur :
2021-03-26 08:11:10 +00:00
2021-04-21 08:37:40 +00:00
$ git submodule update --init --recursive
2021-03-26 14:46:48 +00:00
$ docker-compose up -d
2021-04-21 08:37:40 +00:00
$ docker-compose exec citizen install/install_app.sh
2021-03-26 08:11:10 +00:00
2021-03-26 10:30:07 +00:00
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 :
2021-03-26 08:11:10 +00:00
$ make doc