1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glpi_ynh.git synced 2024-09-03 20:36:21 +02:00
This commit is contained in:
liberodark 2019-06-30 20:10:41 +02:00
parent 0b7fe0a797
commit a822c550d5
2 changed files with 4 additions and 8 deletions

View file

@ -17,10 +17,6 @@
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
After Install
1. Login in redmine with admin / admin
### Upgrade this package:

View file

@ -37,11 +37,11 @@
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for GLPI /red is accepted",
"fr": "Choisissez un chemin pour GLPI /red est accepté"
"en": "Choose a path for GLPI /glpi is accepted",
"fr": "Choisissez un chemin pour GLPI /glpi est accepté"
},
"example": "/red",
"default": "/red"
"example": "/glpi",
"default": "/glpi"
},
{