2021-05-20 20:48:17 +02:00
2021-05-20 20:48:17 +02:00
2021-03-26 09:11:50 +01:00
2021-03-26 09:11:50 +01:00
2021-03-29 21:08:05 +02:00
2021-04-21 10:37:40 +02:00
2021-05-20 20:48:17 +02:00

# 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
```
Description
Application cartographique du GAL Meuse@Campagne
Readme 7.5 MiB
Languages
JavaScript 92.4%
CSS 3.5%
HTML 1.4%
Shell 0.9%
TypeScript 0.9%
Other 0.8%