diff --git a/docs/application-web/gitea.md b/docs/application-web/gitea.md index 0558eb0..fe06c11 100644 --- a/docs/application-web/gitea.md +++ b/docs/application-web/gitea.md @@ -1 +1,20 @@ -## Gitea +# Gitea +## Mise à jour +Localiser le dossier d'installation de gitea (où est le "binary") +```sh +cd /usr/local/bin/gitea +``` +Télécharger la nouvelle version dans un autre dossier : + +```sh +wget -O gitea https://dl.gitea.io/gitea/1.15.0/gitea-1.15.0-linux-amd64 +``` +Déplacer le fichier depuis le répertoire de télécharger jusqu'au répertoire d'installation (**dans gitea**) : +```sh +mv gitea /usr/local/bin/gitea +``` +Le rendre éxecutable et redémmarer le logiciel : +```sh +chmod +x gitea +systemctl restart gitea +``` diff --git a/site/application-web/gitea/index.html b/site/application-web/gitea/index.html index d65cb63..bf7b5ea 100644 --- a/site/application-web/gitea/index.html +++ b/site/application-web/gitea/index.html @@ -524,6 +524,8 @@ + +