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

52 lines
2.4 KiB
Markdown
Raw Normal View History

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 dinté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 dinstaller Mautic rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2021-03-16 17:58:14 +01:00
2023-02-01 07:16:09 +01:00
## Vue densemble
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-06-13 03:46:41 +02:00
**Version incluse:** 5.1.0~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 lapp: <https://www.mautic.org/>
- Documentation officielle de ladmin: <https://docs.mautic.org/en>
- Dépôt de code officiel de lapp: <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 dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>