mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Merge pull request #117 from ericgaspar/testing
Update README + add README_fr
This commit is contained in:
commit
d8935c584c
2 changed files with 83 additions and 15 deletions
30
README.md
30
README.md
|
@ -1,9 +1,11 @@
|
||||||
# Gitlab for Yunohost
|
# GitLab for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/gitlab)  
|
[](https://dash.yunohost.org/appci/app/gitlab)  
|
||||||
[](https://install-app.yunohost.org/?app=gitlab)
|
[](https://install-app.yunohost.org/?app=gitlab)
|
||||||
|
|
||||||
> *This package allow you to install gitlab quickly and simply on a YunoHost server.
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
> *This package allow you to install GitLab quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
@ -14,33 +16,35 @@ GitLab is a web-based Git-repository manager providing wiki, issue-tracking and
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
How to configure this app:
|
How to configure GitLab:
|
||||||
- An admin panel
|
|
||||||
- The file: `/etc/gitlab/gitlab-persistent.rb` (use `sudo gitlab-ctl reconfigure` after any modification of this file)
|
- With the GitLab admin panel.
|
||||||
|
- By editing the configuration file `/etc/gitlab/gitlab-persistent.rb` (use `sudo gitlab-ctl reconfigure` after any modification of this file).
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* Official documentation: https://docs.gitlab.com/ce/README.html
|
* Official documentation: https://docs.gitlab.com/ce/README.html
|
||||||
|
* YunoHost documentation: https://yunohost.org/#/app_gitlab
|
||||||
|
|
||||||
## YunoHost specific features
|
## YunoHost specific features
|
||||||
|
|
||||||
#### Multi-users support
|
#### Multi-users support
|
||||||
|
|
||||||
Yes with LDAP support.
|
* Are LDAP and HTTP auth supported? **Yes**
|
||||||
|
* Can the app be used by multiple users? **Yes**
|
||||||
|
|
||||||
#### Supported architectures
|
#### Supported architectures
|
||||||
|
|
||||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/gitlab/)
|
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/gitlab/)
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/gitlab/)
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/gitlab/)
|
||||||
* Jessie x86-64b - [](https://ci-stretch.nohost.me/ci/apps/gitlab/)
|
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Not compatible with a 32-bit architecture.
|
* GitLab is not compatible with 32-bit architectures.
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
|
@ -54,7 +58,6 @@ Yes with LDAP support.
|
||||||
Developers info
|
Developers info
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing).
|
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
|
@ -63,6 +66,3 @@ sudo yunohost app install https://github.com/YunoHost-Apps/gitlab_ynh/tree/testi
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More information on the documentation page:**
|
|
||||||
https://yunohost.org/packaging_apps
|
|
||||||
|
|
68
README_fr.md
Normal file
68
README_fr.md
Normal file
|
@ -0,0 +1,68 @@
|
||||||
|
# GitLab pour YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/gitlab)  
|
||||||
|
[](https://install-app.yunohost.org/?app=gitlab)
|
||||||
|
|
||||||
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
|
> *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
|
||||||
|
|
||||||
|
GitLab est un gestionnaire Web de dépôt Git fournissant des fonctionnalités de wiki, de rapports de bugs et de pipeline CI/CD. GitLab est une application open source développée par GitLab Inc.
|
||||||
|
|
||||||
|
**Version incluse :** 13.0.4
|
||||||
|
|
||||||
|
## Captures d'écran
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Comment configurer GitLab :
|
||||||
|
|
||||||
|
- Avec le panneau d'administration de GitLab.
|
||||||
|
- En éditant le fichier de configuration `/etc/gitlab/gitlab-persistent.rb` et en éxécutant la commande `sudo gitlab-ctl reconfigure` pour réactualiser la configuration.
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
* Documentation officielle : https://docs.gitlab.com/ce/README.html
|
||||||
|
* Documentation YunoHost : https://yunohost.org/#/app_gitlab_fr
|
||||||
|
|
||||||
|
## Caractéristiques spécifiques YunoHost
|
||||||
|
|
||||||
|
#### Support multi-utilisateurs
|
||||||
|
|
||||||
|
* L'authentification LDAP et HTTP est-elle prise en charge ? **Oui**
|
||||||
|
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
||||||
|
|
||||||
|
#### Architectures supportées
|
||||||
|
|
||||||
|
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/gitlab/)
|
||||||
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/gitlab/)
|
||||||
|
|
||||||
|
## Limitations
|
||||||
|
|
||||||
|
* L'application GitLab n'est pas compatible avec les architectures 32-bit.
|
||||||
|
|
||||||
|
## Liens
|
||||||
|
|
||||||
|
* Signaler un bug : https://github.com/YunoHost-Apps/gitlab_ynh/issues
|
||||||
|
* Site de l'application : https://gitlab.com
|
||||||
|
* Dépôt de l'application principale : https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab-ce
|
||||||
|
* Site web YunoHost : https://yunohost.org/
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Informations pour les développeurs
|
||||||
|
----------------
|
||||||
|
|
||||||
|
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.
|
||||||
|
```
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
||||||
|
or
|
||||||
|
sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue