mirror of
https://github.com/YunoHost-Apps/glpi_ynh.git
synced 2024-09-03 20:36:21 +02:00
update
This commit is contained in:
parent
0b7fe0a797
commit
a822c550d5
2 changed files with 4 additions and 8 deletions
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue