Skip to content
Snippets Groups Projects
Commit be12730b authored by Nicolas TOUCHARD's avatar Nicolas TOUCHARD
Browse files

Add new file

parent 6aedd67a
No related branches found
No related tags found
1 merge request!14Mise à jour arborescence
Bonjour,
Nous vous recommandons de mettre à jour votre application sur le dernier tag disponible :** 21.03.33.**
Les commandes suivantes permettent de réaliser cette opération. Attention, il faut bien se positionner dans le répertoire racine de Maarch Courrier pour les exécuter :
Si le client administre une seule instance :
~~~ c
/var/www/html/MaarchCourrier# git status
/var/www/html/MaarchCourrier# git config core.fileMode false (si le git status donne une longue liste de modif : les chown/chmod de fichiers par exemple)
/var/www/html/MaarchCourrier# git stash (optionel : s'il y a eu des modifications importantes)
/var/www/html/MaarchCourrier# git fetch
/var/www/html/MaarchCourrier# git branch
/var/www/html/MaarchCourrier# git checkout -b 21.03.33 tags/21.03.33
/var/www/html/MaarchCourrier# git status
/var/www/html/MaarchCourrier# git stash apply (optionel : s'il y a eu des modifications importantes)
~~~
Si le client administre plusieurs instances :
~~~c
/var/www/html/MaarchCourrier# git status
/var/www/html/MaarchCourrier# git config core.fileMode false (si le git status donne une longue liste de modif : les chown/chmod de fichiers par exemple)
/var/www/html/MaarchCourrier# git stash (optionel : s'il y a eu des modifications importantes)
/var/www/html/MaarchCourrier# git fetch --all --tags */ La partie qui change */
/var/www/html/MaarchCourrier# git branch
/var/www/html/MaarchCourrier# git checkout -b 2301.3.1 tags/2301.3.1
/var/www/html/MaarchCourrier# git status
/var/www/html/MaarchCourrier# git stash apply (optionel : s'il y a eu des modifications importantes)
~~~
Vérifiez à l'issue de ces opérations que les dossiers/fichiers mis à jour ont les bons droits et le bon utilisateur.
Nous nous tenons à votre disposition pour plus d'informations. N'hésitez pas également à consulter notre documentation en ligne : https://docs.maarch.org/ !
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment