1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
gitlab_ynh/README_fr.md

49 lines
2.1 KiB
Markdown
Raw Normal View History

2022-06-02 13:50:49 +02:00
<!--
2024-02-16 10:13:23 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2022-06-02 13:50:49 +02:00
It shall NOT be edited by hand.
-->
2020-06-08 17:46:46 +02:00
# GitLab pour YunoHost
2023-01-23 12:15:05 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/gitlab.svg)](https://dash.yunohost.org/appci/app/gitlab) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gitlab.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gitlab.maintain.svg)
2023-02-16 14:20:18 +01:00
2021-05-28 17:18:32 +02:00
[![Installer GitLab avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitlab)
2020-06-08 17:46:46 +02:00
2021-05-28 17:18:32 +02:00
*[Read this readme in english.](./README.md)*
2020-06-08 17:46:46 +02:00
2023-01-23 12:15:05 +01:00
> *Ce package vous permet dinstaller GitLab rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2020-06-08 17:46:46 +02:00
2023-01-23 12:15:05 +01:00
## Vue densemble
2020-06-08 17:46:46 +02:00
2021-12-09 15:11:37 +01:00
Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD
2020-06-08 17:46:46 +02:00
2024-03-06 00:41:38 +01:00
**Version incluse :** 16.9.1~ynh1
2020-06-08 17:46:46 +02:00
2021-05-30 16:47:11 +02:00
**Démo :** https://gitlab.com/explore
2020-06-08 17:46:46 +02:00
2023-01-23 12:15:05 +01:00
## Captures décran
2020-06-08 17:46:46 +02:00
2023-01-23 12:15:05 +01:00
![Capture décran de GitLab](./doc/screenshots/GitLab_running_11.0_(2018-07).png)
2020-06-08 17:46:46 +02:00
2021-05-28 17:18:32 +02:00
## Documentations et ressources
2020-06-08 17:46:46 +02:00
2023-01-23 12:15:05 +01:00
* Site officiel de lapp : <https://gitlab.com>
* Documentation officielle de ladmin : <https://docs.gitlab.com/>
* Dépôt de code officiel de lapp : <https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab>
2023-10-27 11:39:41 +02:00
* YunoHost Store: <https://apps.yunohost.org/app/gitlab>
2022-06-02 13:50:49 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/gitlab_ynh/issues>
2020-06-08 17:46:46 +02:00
2020-12-23 17:08:21 +01:00
## Informations pour les développeurs
2020-06-08 17:46:46 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-06-02 13:50:49 +02:00
``` bash
2020-06-08 17:46:46 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
2021-05-30 16:47:11 +02:00
ou
2020-06-08 17:46:46 +02:00
sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
```
2021-05-28 17:18:32 +02:00
2023-01-23 12:15:05 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>