2022-05-24 08:18:30 +02:00
<!--
2024-03-29 07:12:18 +01:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2022-05-24 08:18:30 +02:00
-->
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
2024-03-29 07:12:18 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-03-16 17:58:14 +01:00
2024-03-29 07:12:18 +01:00
> *Ce package vous permet d’ installer Mautic rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](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-03-23 08:45:29 +01:00
Marketing Automation Software
2021-03-16 17:58:14 +01:00
2024-04-11 10:39:44 +02:00
With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts
2024-04-26 03:39:39 +02:00
**Version incluse :** 5.0.4~ynh1
2021-05-29 19:32:17 +02:00
2024-03-29 07:12:18 +01: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
## Documentations et ressources
2021-03-16 17:58:14 +01:00
2024-03-29 07:12:18 +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 >
- YunoHost Store : < https: // apps . yunohost . org / app / mautic >
- Signaler un bug : < https: // github . com / YunoHost-Apps / mautic_ynh / issues >
2021-03-16 17:58:14 +01:00
## Informations pour les développeurs
2024-03-29 07:12:18 +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
2024-03-29 07:12:18 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2022-05-24 08:18:30 +02:00
2024-03-29 07:12:18 +01: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
2024-03-29 07:12:18 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >