mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Auto-update README
This commit is contained in:
parent
b59bf2ff2f
commit
edb4254870
2 changed files with 13 additions and 13 deletions
|
@ -30,7 +30,7 @@ Git-repository manager providing wiki, issue-tracking and CI/CD pipeline feature
|
|||
* Official app website: https://gitlab.com
|
||||
* Official user documentation: https://yunohost.org/fr/app_gitlab
|
||||
* Official admin documentation: https://docs.gitlab.com/
|
||||
* Upstream app code repository: https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab
|
||||
* Upstream app code repository: https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_gitlab
|
||||
* Report a bug: https://github.com/YunoHost-Apps/gitlab_ynh/issues
|
||||
|
||||
|
|
24
README_fr.md
24
README_fr.md
|
@ -6,16 +6,16 @@
|
|||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install GitLab quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
> *Ce package vous permet d'installer GitLab rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD.
|
||||
|
||||
**Version incluse:** 13.12.1~ynh1
|
||||
**Version incluse :** 13.12.1~ynh1
|
||||
|
||||
**Démo :** https://gitlab.com/explore
|
||||
**Démo :** https://gitlab.com/explore
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
@ -23,12 +23,12 @@ Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bu
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://gitlab.com
|
||||
* Documentation officielle utilisateur : https://yunohost.org/fr/app_gitlab
|
||||
* Documentation officielle de l'admin : https://docs.gitlab.com/
|
||||
* Dépôt de code officiel de l'app : https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_gitlab
|
||||
* Signaler un bug: https://github.com/YunoHost-Apps/gitlab_ynh/issues
|
||||
* Site officiel de l'app : https://gitlab.com
|
||||
* Documentation officielle utilisateur : https://yunohost.org/fr/app_gitlab
|
||||
* Documentation officielle de l'admin : https://docs.gitlab.com/
|
||||
* Dépôt de code officiel de l'app : https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_gitlab
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/gitlab_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -37,8 +37,8 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
||||
or
|
||||
ou
|
||||
sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications:** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Reference in a new issue