2022-05-24 08:18:30 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-03-16 18:20:59 +01:00
# Mautic pour YunoHost
2021-03-16 17:58:14 +01:00
2023-02-01 07:16:09 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/mautic.svg )](https://dash.yunohost.org/appci/app/mautic) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/mautic.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/mautic.maintain.svg )
2023-02-24 00:31:11 +01:00
2021-05-29 19:32:17 +02:00
[![Installer Mautic avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=mautic)
2021-03-16 17:58:14 +01:00
2021-05-29 19:32:17 +02:00
*[Read this readme in english.](./README.md)*
2021-03-16 17:58:14 +01:00
2023-02-01 07:16:09 +01:00
> *Ce package vous permet d’ installer Mautic rapidement et simplement sur un serveur YunoHost.
Si vous n’ avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l’ installer et en profiter.*
2021-03-16 17:58:14 +01:00
2023-02-01 07:16:09 +01:00
## Vue d’ ensemble
2021-03-16 17:58:14 +01:00
2023-02-01 07:16:09 +01:00
Logiciel d'automatisation marketing
2021-03-16 17:58:14 +01:00
2024-01-17 07:15:37 +01:00
**Version incluse :** 5.0.2~ynh1
2021-05-29 19:32:17 +02:00
**Démo :** https://www.mautic.org/demo
2021-03-16 17:58:14 +01:00
2023-02-01 07:16:09 +01:00
## Captures d’ écran
2021-03-16 17:58:14 +01:00
2023-02-01 07:16:09 +01:00
![Capture d’ écran de Mautic ](./doc/screenshots/mautic-Screenshots.jpg )
2021-03-16 17:58:14 +01:00
2021-05-29 19:32:17 +02:00
## Avertissements / informations importantes
2021-03-16 17:58:14 +01:00
## Configuration
* Après l'installation, vous recevrez un e-mail avec le mot de passe DB.
2022-12-29 09:13:11 +01:00
* Pour se connecter à Mautic `https://mautic.example.com/s/login` .
2021-03-16 17:58:14 +01:00
2021-05-29 19:32:17 +02:00
## Documentations et ressources
2021-03-16 17:58:14 +01:00
2023-02-01 07:16:09 +01:00
* Site officiel de l’ app : < https: // www . mautic . org />
* Documentation officielle de l’ admin : < https: // docs . mautic . org / en >
* Dépôt de code officiel de l’ app : < https: // github . com / mautic / mautic >
2024-01-11 07:15:39 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / mautic >
2022-05-24 08:18:30 +02:00
* Signaler un bug : < https: // github . com / YunoHost-Apps / mautic_ynh / issues >
2021-03-16 17:58:14 +01:00
## Informations pour les développeurs
2021-03-16 18:20:59 +01:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/mautic_ynh/tree/testing ).
2021-03-16 17:58:14 +01:00
Pour essayer la branche testing, procédez comme suit.
2022-05-24 08:18:30 +02:00
``` bash
2021-03-16 18:20:59 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/mautic_ynh/tree/testing --debug
2021-03-16 17:58:14 +01:00
ou
2021-03-16 18:20:59 +01:00
sudo yunohost app upgrade mautic -u https://github.com/YunoHost-Apps/mautic_ynh/tree/testing --debug
2021-03-16 17:58:14 +01:00
```
2021-05-29 19:32:17 +02:00
2023-02-01 07:16:09 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >