1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautic_ynh.git synced 2024-09-03 19:36:26 +02:00

Merge pull request #36 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-12-29 09:15:09 +01:00 committed by GitHub
commit 6a4c608edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 23 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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`.

View file

@ -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`.

View file

@ -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
#=================================================