mirror of
https://github.com/YunoHost-Apps/mautic_ynh.git
synced 2024-09-03 19:36:26 +02:00
commit
6a4c608edd
6 changed files with 5 additions and 23 deletions
|
@ -30,7 +30,7 @@ Open Source Marketing Automation Software
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
* After installation you will receive an email with the DB password.
|
* 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
|
## Documentation and resources
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ Logiciel d'automatisation marketing open source
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
* Après l'installation, vous recevrez un e-mail avec le mot de passe DB.
|
* 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
|
## Documentations et ressources
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
is_public=1
|
is_public=1
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=0
|
||||||
setup_root=1
|
setup_root=1
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
* After installation you will receive an email with the DB password.
|
* 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`.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
* Après l'installation, vous recevrez un e-mail avec le mot de passe DB.
|
* 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`.
|
||||||
|
|
|
@ -122,24 +122,6 @@ ynh_script_progression --message="Setuping a cron..."
|
||||||
ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
|
ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
|
||||||
chmod 644 "/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
|
# SETUP SSOWAT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue