mirror of
https://github.com/YunoHost-Apps/mautic_ynh.git
synced 2024-09-03 19:36:26 +02:00
Update install
This commit is contained in:
parent
cff63bc7f1
commit
f0d01c2d4b
1 changed files with 0 additions and 18 deletions
|
@ -122,24 +122,6 @@ ynh_script_progression --message="Setuping a cron..."
|
|||
ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
|
||||
chmod 644 "/etc/cron.d/$app"
|
||||
|
||||
# #=================================================
|
||||
# # SETUP APPLICATION WITH CURL
|
||||
# #=================================================
|
||||
|
||||
# # Set the app as temporarily public for cURL call
|
||||
# ynh_permission_update --permission "main" --add "visitors"
|
||||
|
||||
# # Reload NGINX
|
||||
# ynh_systemd_action --service_name=nginx --action=reload
|
||||
|
||||
# ynh_script_progression --message="Finalizing installation..." --weight=10
|
||||
|
||||
# # Installation with cURL
|
||||
# installUrl="//index.php/installer"
|
||||
|
||||
# ynh_local_curl $installUrl
|
||||
# ynh_local_curl $installUrl/step/1 "install_doctrine_step_host=localhost" "install_doctrine_step_name=$db_user" "install_doctrine_step_password=$db_pwd" "install_doctrine_step_user=$db_name"
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue