2021-05-29 19:32:17 +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 17:58:14 +01:00
|
|
|
# Mautic for YunoHost
|
|
|
|
|
2022-05-24 08:18:30 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/mautic.svg)](https://dash.yunohost.org/appci/app/mautic) ![Working status](https://ci-apps.yunohost.org/ci/badges/mautic.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/mautic.maintain.svg)
|
2021-03-16 18:20:59 +01:00
|
|
|
[![Install Mautic with 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
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2021-05-29 19:32:17 +02:00
|
|
|
> *This package allows you to install Mautic quickly and simply on a YunoHost server.
|
2021-03-16 17:58:14 +01:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2021-11-14 23:44:21 +01:00
|
|
|
Open Source Marketing Automation Software
|
2021-03-16 17:58:14 +01:00
|
|
|
|
2022-12-28 23:09:08 +01:00
|
|
|
**Shipped version:** 4.4.5~ynh2
|
2022-08-08 09:00:08 +02:00
|
|
|
|
2021-05-29 19:32:17 +02:00
|
|
|
**Demo:** https://www.mautic.org/demo
|
2021-03-16 17:58:14 +01:00
|
|
|
|
2021-05-29 19:32:17 +02:00
|
|
|
## Screenshots
|
2021-03-16 17:58:14 +01:00
|
|
|
|
2022-05-24 08:18:30 +02:00
|
|
|
![Screenshot of Mautic](./doc/screenshots/mautic-Screenshots.jpg)
|
2021-05-29 19:32:17 +02:00
|
|
|
|
|
|
|
## Disclaimers / important information
|
2021-03-16 17:58:14 +01:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
* After installation you will receive an email with the DB password.
|
|
|
|
* To login to Mautic `https://example.com/mautic/s/login`.
|
|
|
|
|
2021-05-29 19:32:17 +02:00
|
|
|
## Documentation and resources
|
2021-03-16 17:58:14 +01:00
|
|
|
|
2022-05-24 08:18:30 +02:00
|
|
|
* Official app website: <https://www.mautic.org/>
|
|
|
|
* Official admin documentation: <https://docs.mautic.org/en>
|
|
|
|
* Upstream app code repository: <https://github.com/mautic/mautic>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_mautic>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/mautic_ynh/issues>
|
2021-03-16 17:58:14 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mautic_ynh/tree/testing).
|
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2022-05-24 08:18:30 +02:00
|
|
|
|
|
|
|
``` bash
|
2021-03-16 17:58:14 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/mautic_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade mautic -u https://github.com/YunoHost-Apps/mautic_ynh/tree/testing --debug
|
|
|
|
```
|
2021-05-29 19:32:17 +02:00
|
|
|
|
2022-05-24 08:18:30 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|