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.md

72 lines
2.2 KiB
Markdown
Raw Normal View History

2021-03-16 17:58:14 +01:00
# Mautic for YunoHost
[![Integration level](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-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-03-16 18:20:59 +01: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-03-26 22:40:22 +01:00
**Shipped version:** 3.3.2
2021-03-16 17:58:14 +01:00
## Screenshots
![](mautic-Screenshots.jpg)
## Demo
2021-03-16 18:50:58 +01:00
* [Demo](https://www.mautic.org/demo)
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`.
## Documentation
* Documentation: https://docs.mautic.org/en
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
#### Multi-user support
* Are LDAP and HTTP auth supported?
* Can the app be used by multiple users?
#### Supported architectures
2021-04-11 19:28:16 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/mautic.svg)](https://ci-apps.yunohost.org/ci/apps/mautic/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/mautic.svg)](https://ci-apps-arm.yunohost.org/ci/apps/mautic/)
2021-03-16 17:58:14 +01:00
## Limitations
* Any known limitations.
## Additional information
* Other info you would like to add about this app.
## Links
* Report a bug: https://github.com/YunoHost-Apps/mautic_ynh/issues
* App website: https://www.mautic.org/
* Upstream app repository: https://github.com/mautic/mautic
* YunoHost website: https://yunohost.org/
---
## 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.
```
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
```