mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
Update install
This commit is contained in:
parent
5388d539d6
commit
7912e85d99
1 changed files with 3 additions and 5 deletions
|
@ -135,17 +135,15 @@ ynh_systemd_action --service_name=nginx --action=reload
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Sending a readme for the admin..." --weight=1
|
ynh_script_progression --message="Sending a readme for the admin..." --weight=1
|
||||||
|
|
||||||
|
echo "Matomo was successfully installed :)
|
||||||
echo "$Informations
|
|
||||||
Matomo was successfully installed :)
|
|
||||||
|
|
||||||
Please open your $app domain: https://$domain$path_url
|
Please open your $app domain: https://$domain$path_url
|
||||||
|
|
||||||
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:
|
Details for MySQL database to be enterted while registration process:
|
||||||
|
|
||||||
Database login: $app
|
Database login: $db_user
|
||||||
Database name: $app
|
Database name: $db_name
|
||||||
Database password: $db_pwd
|
Database password: $db_pwd
|
||||||
|
|
||||||
If you are facing any problem or want to improve this app, please open a new issue here: https://github.com/YunoHost-Apps/matomo_ynh/issues" > mail_to_send
|
If you are facing any problem or want to improve this app, please open a new issue here: https://github.com/YunoHost-Apps/matomo_ynh/issues" > mail_to_send
|
||||||
|
|
Loading…
Add table
Reference in a new issue