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
|
[](https://dash.yunohost.org/appci/app/glpi)  
|
||||||
|
[](https://install-app.yunohost.org/?app=glpi)
|
||||||
|
|
||||||
- [Yunohost project](https://yunohost.org)
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
- [GLPI website](https://glpi-project.org/)
|
|
||||||
|
|
||||||

|
> *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
|
||||||
|
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=glpi)
|
|
||||||
|
|
||||||
### Installing guide
|
## Screenshots
|
||||||
|
|
||||||
App can be installed by YunoHost **admin web-interface** or by **running following command**:
|

|
||||||
|
|
||||||
$ sudo yunohost app install --debug https://github.com/YunoHost-Apps/glpi_ynh
|
## Documentation and resources
|
||||||
|
|
||||||
|
* Official app website: https://glpi-project.org
|
||||||
### Upgrade this package:
|
* 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
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/glpi)  
|
||||||
|
[](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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 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…
Add table
Reference in a new issue