2021-03-16 18:20:59 +01:00
|
|
|
|
# Mautic pour YunoHost
|
2021-03-16 17:58:14 +01:00
|
|
|
|
|
2021-03-16 18:20:59 +01:00
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/mautic.svg)](https://dash.yunohost.org/appci/app/mautic) ![](https://ci-apps.yunohost.org/ci/badges/mautic.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mautic.maintain.svg)
|
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)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2021-03-16 17:58:14 +01:00
|
|
|
|
|
2021-05-29 19:32:17 +02: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
|
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
2021-11-14 23:44:21 +01:00
|
|
|
|
Logiciel d'automatisation marketing open source
|
2021-03-16 17:58:14 +01:00
|
|
|
|
|
2021-12-06 22:17:05 +01:00
|
|
|
|
**Version incluse :** 4.1.0~ynh1
|
2021-05-29 19:32:17 +02:00
|
|
|
|
|
|
|
|
|
**Démo :** https://www.mautic.org/demo
|
2021-03-16 17:58:14 +01:00
|
|
|
|
|
2021-05-29 19:32:17 +02:00
|
|
|
|
## Captures d'écran
|
2021-03-16 17:58:14 +01:00
|
|
|
|
|
2021-05-29 19:32:17 +02:00
|
|
|
|
![](./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.
|
|
|
|
|
* Pour se connecter à Mautic `https://example.com/mautic/s/login`.
|
|
|
|
|
|
2021-05-29 19:32:17 +02:00
|
|
|
|
## Documentations et ressources
|
2021-03-16 17:58:14 +01:00
|
|
|
|
|
2021-05-29 19:32:17 +02: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
|
|
|
|
|
* Documentation YunoHost pour cette app : https://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
|
|
|
|
|
|
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.
|
|
|
|
|
```
|
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
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|