Application cartographique du GAL Meuse@Campagne
Go to file
Marc Ducobu 09789cecbf Script to restart an container from an existing image 2021-05-19 17:21:22 +02:00
patches add docker-compose recipe 2021-03-29 21:08:05 +02:00
vendor added submodule GeoNature-citizen 2021-03-26 09:11:50 +01:00
.gitmodules added submodule GeoNature-citizen 2021-03-26 09:11:50 +01:00
Dockerfile mount local code folders during development 2021-04-21 10:37:22 +02:00
Makefile Makefile: update init target 2021-04-21 10:37:40 +02:00
README Script to restart an container from an existing image 2021-05-19 17:21:22 +02:00
docker-compose.override.yml Script to restart an container from an existing image 2021-05-19 17:21:22 +02:00
docker-compose.yml add docker-compose recipe 2021-03-29 21:08:05 +02:00
restart.sh Script to restart an container from an existing image 2021-05-19 17:21:22 +02:00

README

# 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