Skip to content

Commit

Permalink
install nvm in changelog + up taxonomie schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Dec 6, 2021
1 parent d347d77 commit a035977
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
7 changes: 3 additions & 4 deletions atlas/configuration/settings.ini.sample
Expand Up @@ -118,10 +118,9 @@ altitudes=(0 500 1000 1500 2000 2500 3000 3500 4000)
### Données TAXONOMIQUES ###
############################

# Version de TaxHub à utiliser pour installer le schéma taxonomie
# GeoNature-atlas 1.4.0 est compatible avec les versions de Taxhub superieur ou égale à 1.3.2
# Numéro de version conseillée et testée : 1.6.3
taxhub_release=1.6.3
# Version de TaxHub à utiliser pour installer le schéma taxonomie si install_taxonomie=true
# Numéro de version conseillée et testée : 1.8.1
taxhub_release=1.8.1

#### ID DES TYPES DES ATTRIBUTS DECRIVANT LES TAXONS DANS atlas.vm_cor_taxon_attribut --
## !! si changement: modifier également dans main/configuration/config.py
Expand Down
12 changes: 11 additions & 1 deletion docs/changelog.rst
Expand Up @@ -7,7 +7,17 @@ CHANGELOG

🐛 **Corrections**

-
- Télécharger NVM :

::

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash

export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm

⚠️ **Notes de version**


1.5.0 (2021-12-02)
------------------
Expand Down

0 comments on commit a035977

Please sign in to comment.