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

50 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2022-06-02 13:50:49 +02:00
<!--
2024-03-29 17:08:47 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-06-02 13:50:49 +02:00
-->
2020-06-08 17:46:46 +02:00
# GitLab pour YunoHost
2024-06-30 23:51:16 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/gitlab.svg)](https://ci-apps.yunohost.org/ci/apps/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
2024-03-29 17:08:47 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2020-06-08 17:46:46 +02:00
2024-03-29 17:08:47 +01:00
> *Ce package vous permet dinstaller GitLab rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](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-08-26 23:44:24 +02:00
**Version incluse:** 17.3.1~ynh1
2020-06-08 17:46:46 +02:00
2024-03-29 17:08:47 +01: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
2024-03-29 17:08:47 +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>
- YunoHost Store: <https://apps.yunohost.org/app/gitlab>
- 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
2024-03-29 17:08:47 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing).
2020-06-08 17:46:46 +02:00
2024-03-29 17:08:47 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-06-02 13:50:49 +02:00
2024-03-29 17:08:47 +01: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
2024-03-29 17:08:47 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>