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.md

49 lines
1.9 KiB
Markdown
Raw Normal View History

2021-05-28 17:18:32 +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
2021-05-28 17:18:32 +02:00
It shall NOT be edited by hand.
-->
2020-06-08 17:46:46 +02:00
# GitLab for YunoHost
2017-06-10 10:10:31 +02:00
2023-01-23 12:15:05 +01:00
[![Integration level](https://dash.yunohost.org/integration/gitlab.svg)](https://dash.yunohost.org/appci/app/gitlab) ![Working status](https://ci-apps.yunohost.org/ci/badges/gitlab.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gitlab.maintain.svg)
2023-02-16 14:20:18 +01:00
2020-12-23 16:58:58 +01:00
[![Install GitLab with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitlab)
2017-06-10 10:10:31 +02:00
2020-06-08 17:46:46 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-05-28 17:18:32 +02:00
> *This package allows you to install GitLab quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2017-06-10 10:10:31 +02:00
2018-12-17 12:45:00 +01:00
## Overview
2017-06-10 10:10:31 +02:00
2021-12-09 15:11:37 +01:00
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
2018-12-17 12:45:00 +01:00
2024-02-16 10:13:23 +01:00
**Shipped version:** 16.9.0~ynh1
2022-08-08 11:34:39 +02:00
2021-05-28 17:18:32 +02:00
**Demo:** https://gitlab.com/explore
2018-12-17 12:45:00 +01:00
2021-05-28 17:18:32 +02:00
## Screenshots
2018-12-17 12:45:00 +01:00
2022-06-02 13:50:49 +02:00
![Screenshot of GitLab](./doc/screenshots/GitLab_running_11.0_(2018-07).png)
2018-12-17 12:45:00 +01:00
2021-05-28 17:18:32 +02:00
## Documentation and resources
2018-12-17 12:45:00 +01:00
2022-06-02 13:50:49 +02:00
* Official app website: <https://gitlab.com>
* Official admin documentation: <https://docs.gitlab.com/>
* Upstream app code repository: <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
* Report a bug: <https://github.com/YunoHost-Apps/gitlab_ynh/issues>
2018-12-17 12:45:00 +01:00
2021-05-28 17:18:32 +02:00
## Developer info
2018-12-17 12:45:00 +01:00
2021-05-28 17:18:32 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing).
2018-12-17 12:45:00 +01:00
To try the testing branch, please proceed like that.
2022-06-02 13:50:49 +02:00
``` bash
2018-12-17 12:45:00 +01:00
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
```
2021-05-28 17:18:32 +02:00
2024-02-16 10:13:23 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>