1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/indexhibit_ynh.git synced 2024-09-03 19:26:20 +02:00
This commit is contained in:
ericgaspar 2022-05-13 09:40:56 +02:00
parent a827f8f3f5
commit 68240312c7
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 7 additions and 4 deletions

View file

@ -140,15 +140,17 @@ ynh_script_progression --message="Sending a readme for the admin..." --weight=1
message="Indexhibit was successfully installed :)
Please open your $app domain: https://$domain$path_url
Please open your $app domain: https://$domain$path_url/ndxzstudio/install.php
Complete the registration process from the setup page displayed.
Complete the registration process from the setup page displayed
Details for MySQL database to be enterted while registration process:
Database login: $app
Database name: $app
Database login: $db_user
Database name: $db_name
Database password: $db_pwd
The admin page is reachable at this address: https://$domain$path_url/ndxz-studio
If you are facing any problem or want to improve this app, please open a new issue here: https://github.com/YunoHost-Apps/indexhibit_ynh/issues"
ynh_send_readme_to_admin "$message"

View file

@ -20,6 +20,7 @@ domain=$(ynh_app_setting_get --app=$app --key=domain)
path_url=$(ynh_app_setting_get --app=$app --key=path)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint)
fpm_usage=$(ynh_app_setting_get --app=$app --key=fpm_usage)