mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
50 lines
2.1 KiB
Markdown
50 lines
2.1 KiB
Markdown
|
<!--
|
|||
|
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|||
|
NON DEVE essere modificato manualmente.
|
|||
|
-->
|
|||
|
|
|||
|
# GitLab per YunoHost
|
|||
|
|
|||
|
[![Livello di integrazione](https://dash.yunohost.org/integration/gitlab.svg)](https://dash.yunohost.org/appci/app/gitlab) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/gitlab.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/gitlab.maintain.svg)
|
|||
|
|
|||
|
[![Installa GitLab con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitlab)
|
|||
|
|
|||
|
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
|||
|
|
|||
|
> *Questo pacchetto ti permette di installare GitLab su un server YunoHost in modo semplice e veloce.*
|
|||
|
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
|||
|
|
|||
|
## Panoramica
|
|||
|
|
|||
|
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
|
|||
|
|
|||
|
**Versione pubblicata:** 16.10.1~ynh1
|
|||
|
|
|||
|
**Prova:** <https://gitlab.com/explore>
|
|||
|
|
|||
|
## Screenshot
|
|||
|
|
|||
|
![Screenshot di GitLab](./doc/screenshots/GitLab_running_11.0_(2018-07).png)
|
|||
|
|
|||
|
## Documentazione e risorse
|
|||
|
|
|||
|
- Sito web ufficiale dell’app: <https://gitlab.com>
|
|||
|
- Documentazione ufficiale per gli amministratori: <https://docs.gitlab.com/>
|
|||
|
- Repository upstream del codice dell’app: <https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab>
|
|||
|
- Store di YunoHost: <https://apps.yunohost.org/app/gitlab>
|
|||
|
- Segnala un problema: <https://github.com/YunoHost-Apps/gitlab_ynh/issues>
|
|||
|
|
|||
|
## Informazioni per sviluppatori
|
|||
|
|
|||
|
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing).
|
|||
|
|
|||
|
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
|||
|
|
|||
|
```bash
|
|||
|
sudo yunohost app install https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
|||
|
o
|
|||
|
sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
|||
|
```
|
|||
|
|
|||
|
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|