2022-02-27 16:11:08 +01:00
|
|
|
<!--
|
2024-05-20 16:36:51 +02:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2022-02-27 16:11:08 +01:00
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
2017-10-06 15:36:42 +02:00
|
|
|
|
2022-02-27 16:11:08 +01:00
|
|
|
# Pagure for YunoHost
|
2017-10-06 15:36:42 +02:00
|
|
|
|
2023-10-31 15:27:24 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/pagure.svg)](https://dash.yunohost.org/appci/app/pagure) ![Working status](https://ci-apps.yunohost.org/ci/badges/pagure.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/pagure.maintain.svg)
|
|
|
|
|
2022-02-27 16:11:08 +01:00
|
|
|
[![Install Pagure with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pagure)
|
|
|
|
|
2024-05-20 16:36:51 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2022-02-27 16:11:08 +01:00
|
|
|
|
2024-05-20 16:36:51 +02:00
|
|
|
> *This package allows you to install Pagure 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.*
|
2022-02-27 16:11:08 +01:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
A git-centered forge, python based using pygit2.
|
2024-05-20 16:36:51 +02:00
|
|
|
|
2024-03-15 23:36:34 +01:00
|
|
|
**Shipped version:** 5.13.3~ynh3
|
2022-02-27 16:11:08 +01:00
|
|
|
|
2024-03-15 23:36:34 +01:00
|
|
|
**Demo:** <https://pagure.io>
|
2022-02-27 16:11:08 +01:00
|
|
|
|
2022-03-16 20:58:31 +01:00
|
|
|
## Screenshots
|
|
|
|
|
2023-10-31 15:27:24 +01:00
|
|
|
![Screenshot of Pagure](./doc/screenshots/screenshot.png)
|
2022-03-16 20:58:31 +01:00
|
|
|
|
2022-02-27 16:11:08 +01:00
|
|
|
## Documentation and resources
|
|
|
|
|
2024-03-15 23:36:34 +01:00
|
|
|
- Official app website: <https://pagure.io/pagure>
|
|
|
|
- Official admin documentation: <https://docs.pagure.org/pagure/>
|
|
|
|
- Upstream app code repository: <https://pagure.io/pagure>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/pagure>
|
|
|
|
- Report a bug: <https://github.com/YunoHost-Apps/pagure_ynh/issues>
|
2022-02-27 16:11:08 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2024-05-20 16:36:51 +02:00
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/pagure_ynh/tree/testing).
|
2022-02-27 16:11:08 +01:00
|
|
|
|
2024-05-20 16:36:51 +02:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2023-10-31 15:27:24 +01:00
|
|
|
|
2024-03-15 23:36:34 +01:00
|
|
|
```bash
|
2022-02-27 16:11:08 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/pagure_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade pagure -u https://github.com/YunoHost-Apps/pagure_ynh/tree/testing --debug
|
|
|
|
```
|
|
|
|
|
2023-10-31 15:27:24 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|