mirror of
https://github.com/YunoHost-Apps/glpi_ynh.git
synced 2024-09-03 20:36:21 +02:00
Merge branch 'example' of https://github.com/YunoHost-Apps/glpi_ynh into example
This commit is contained in:
commit
1559f0696c
2 changed files with 79 additions and 13 deletions
49
README.md
49
README.md
|
@ -1,24 +1,47 @@
|
|||
# GLPI app for YunoHost
|
||||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# NOT WORK IS IN DEV
|
||||
# GLPI for YunoHost
|
||||
|
||||
**Shipped version:** 9.5.7
|
||||
[![Integration level](https://dash.yunohost.org/integration/glpi.svg)](https://dash.yunohost.org/appci/app/glpi) ![](https://ci-apps.yunohost.org/ci/badges/glpi.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/glpi.maintain.svg)
|
||||
[![Install GLPI with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=glpi)
|
||||
|
||||
- [Yunohost project](https://yunohost.org)
|
||||
- [GLPI website](https://glpi-project.org/)
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
![](https://glpi-project.org/wp-content/uploads/2017/03/logo-glpi-bleu-1.png)
|
||||
> *This package allows you to install GLPI 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.*
|
||||
|
||||
## Overview
|
||||
|
||||
GLPI package for YunoHost.
|
||||
|
||||
**Shipped version:** 9.5.7~ynh1
|
||||
|
||||
|
||||
[![Install GLPI with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=glpi)
|
||||
|
||||
### Installing guide
|
||||
## Screenshots
|
||||
|
||||
App can be installed by YunoHost **admin web-interface** or by **running following command**:
|
||||
![](./doc/screenshots/screenshot.png)
|
||||
|
||||
$ sudo yunohost app install --debug https://github.com/YunoHost-Apps/glpi_ynh
|
||||
## Documentation and resources
|
||||
|
||||
|
||||
### Upgrade this package:
|
||||
* Official app website: https://glpi-project.org
|
||||
* Official admin documentation: https://glpi-install.readthedocs.io/en/latest/
|
||||
* Upstream app code repository: https://github.com/glpi-project/glpi
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_glpi
|
||||
* Report a bug: https://github.com/YunoHost-Apps/glpi_ynh/issues
|
||||
|
||||
$ sudo yunohost app upgrade glpi -u https://github.com/YunoHost-Apps/glpi_ynh
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/glpi_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/glpi_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade glpi -u https://github.com/YunoHost-Apps/glpi_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
43
README_fr.md
Normal file
43
README_fr.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
# GLPI pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/glpi.svg)](https://dash.yunohost.org/appci/app/glpi) ![](https://ci-apps.yunohost.org/ci/badges/glpi.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/glpi.maintain.svg)
|
||||
[![Installer GLPI avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=glpi)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer GLPI 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
|
||||
|
||||
GLPI pour YunoHost.
|
||||
|
||||
**Version incluse :** 9.5.7~ynh1
|
||||
|
||||
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
![](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://glpi-project.org
|
||||
* Documentation officielle de l'admin : https://glpi-install.readthedocs.io/en/latest/
|
||||
* Dépôt de code officiel de l'app : https://github.com/glpi-project/glpi
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_glpi
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/glpi_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/glpi_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/glpi_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade glpi -u https://github.com/YunoHost-Apps/glpi_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Reference in a new issue