mirror of
https://github.com/YunoHost-Apps/indexhibit_ynh.git
synced 2024-09-03 19:26:20 +02:00
Fix
This commit is contained in:
parent
a827f8f3f5
commit
68240312c7
2 changed files with 7 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue