diff --git a/README.md b/README.md index 8c5980d..8fc19c5 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Open Source Marketing Automation Software ## Configuration * After installation you will receive an email with the DB password. - * To login to Mautic `https://example.com/mautic/s/login`. + * To login to Mautic `https://mautic.example.com/s/login`. ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index df909a1..115b64b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,7 +30,7 @@ Logiciel d'automatisation marketing open source ## Configuration * Après l'installation, vous recevrez un e-mail avec le mot de passe DB. - * Pour se connecter à Mautic `https://example.com/mautic/s/login`. + * Pour se connecter à Mautic `https://mautic.example.com/s/login`. ## Documentations et ressources diff --git a/check_process b/check_process index a594a7a..798a046 100755 --- a/check_process +++ b/check_process @@ -5,7 +5,7 @@ is_public=1 ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index cc17aad..ac08882 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,4 +1,4 @@ ## Configuration * After installation you will receive an email with the DB password. - * To login to Mautic `https://example.com/mautic/s/login`. + * To login to Mautic `https://mautic.example.com/s/login`. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index a1c2e9d..1ab1fe2 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -1,4 +1,4 @@ ## Configuration * Après l'installation, vous recevrez un e-mail avec le mot de passe DB. - * Pour se connecter à Mautic `https://example.com/mautic/s/login`. + * Pour se connecter à Mautic `https://mautic.example.com/s/login`. diff --git a/scripts/install b/scripts/install index c9f8352..3ffed39 100755 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================