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:
Éric Gaspar 2023-09-26 11:10:35 +02:00
parent 203202508b
commit e180b3c145
2 changed files with 3 additions and 0 deletions

2
doc/POST_INSTALL.md Normal file
View file

@ -0,0 +1,2 @@
First connection default login for the super-admin : glpi/glpi
For security reasons, please change the password for the default users

View file

@ -43,6 +43,7 @@ ynh_script_progression --message="Installing the database..." --weight=1
pushd $install_dir pushd $install_dir
php$phpversion bin/console glpi:database:install --db-host="localhost" --db-name="$db_name" --db-password="$db_pwd" --db-user="$db_user" --reconfigure --no-interaction php$phpversion bin/console glpi:database:install --db-host="localhost" --db-name="$db_name" --db-password="$db_pwd" --db-user="$db_user" --reconfigure --no-interaction
php$phpversion bin/console glpi:config:set url_base https://$domain$path php$phpversion bin/console glpi:config:set url_base https://$domain$path
ynh_secure_remove --file="$install_dir/install/install.php"
popd popd
#================================================= #=================================================