Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanMaillard authored Jun 19, 2022
1 parent 7b82f46 commit 5280c97
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,24 @@ Sous-module de saisie GeoNature Monitoring du protocole POPAmphibien - Société


Pour installer l'outil de saisie POPAmphibien, vous devez disposer d'une instance GeoNature, dotée du module monitorings. POPAmphibien est un sous-module du module monitorings.


Installation
============

wget https://github.com/DonovanMaillard/popamphibien/archive/refs/tags/1.0.0.zip
unzip 1.0.0.zip
mv popamphibien-1.0.0 popamphibien

cd
cd geonature
source backend/venv/bin/activate
geonature monitorings install <path/to/popamphibien> popamphibien

Vous pouvez ensuite vous connecter sur le module monitoring, puis "PopAmphibien" et enfin "editer" pour configurer le module (jeu de données, taxons, synthèse etc).

Pour tout complément d'information, consulter directement la documentation du module monitoring ; https://github.com/PnX-SI/gn_module_monitoring#readme

! Attention !
Si vous utilisez un autre "module_code" que popamphibien tout en minuscule, vous devrez adapter les scripts SQL d'exports pour récupérer les données du modules dans vos exports standards et d'analyse.

0 comments on commit 5280c97

Please sign in to comment.