mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
49 lines
2 KiB
Markdown
49 lines
2 KiB
Markdown
<!--
|
|
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
Ini TIDAK boleh diedit dengan tangan.
|
|
-->
|
|
|
|
# GitLab untuk YunoHost
|
|
|
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/gitlab.svg)](https://ci-apps.yunohost.org/ci/apps/gitlab/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/gitlab.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/gitlab.maintain.svg)
|
|
|
|
[![Pasang GitLab dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitlab)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang GitLab secara cepat dan mudah pada server YunoHost.*
|
|
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
|
|
|
## Ringkasan
|
|
|
|
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
|
|
|
|
**Versi terkirim:** 17.3.1~ynh1
|
|
|
|
**Demo:** <https://gitlab.com/explore>
|
|
|
|
## Tangkapan Layar
|
|
|
|
![Tangkapan Layar pada GitLab](./doc/screenshots/GitLab_running_11.0_(2018-07).png)
|
|
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Website aplikasi resmi: <https://gitlab.com>
|
|
- Dokumentasi admin resmi: <https://docs.gitlab.com/>
|
|
- Depot kode aplikasi hulu: <https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/gitlab>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/gitlab_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|