1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

commented post-install for next release

This commit is contained in:
rodinux 2024-09-03 09:31:50 +02:00
commit f5c64900d9

View file

@ -67,20 +67,14 @@ chmod 440 "$install_dir/config.local.php"
chown $app:$app "$install_dir/config.local.php"
#=================================================
# SETUP APPLICATION WITH CURL
# SETUP APPLICATION
#=================================================
### Use these lines only if the app installation needs to be finalized through
### web forms. We generally don't want to ask the final user,
### so we're going to use curl to automatically fill the fields and submit the
### forms.
### Waiting for new script which will be integrated in version 1.3.12 see https://fossil.kd2.org/paheko/wiki?name=Ligne+de+commande
# Post-Installation with curl
# Post-Installation
# ynh_script_progression --message="Finalizing installation..." --weight=1
# domain=$domain
# admin_url="/admin/install.php"
# country=$country
# name_association=$name_association
# user_name=$user_name
@ -88,7 +82,7 @@ chown $app:$app "$install_dir/config.local.php"
# password=$password
# password_confirmed=$password_confirmed
# ynh_local_curl $admin_url "country=$country" "name=$name_association" "user_name=$user_name" "user_email=$user_email" "password=$password" "password_confirmed=$password_confirmed"
# ynh_exec_as $app paheko init --country $country --orgname $name_association --name=${user_name} --email=${$user_email} --password ${password}
#=================================================
# END OF SCRIPT