An open API service indexing awesome lists of open source software.

https://github.com/yunohost-apps/mautic_ynh

Mautic package for YunoHost
https://github.com/yunohost-apps/mautic_ynh

mautic yunohost yunohost-apps

Last synced: 8 months ago
JSON representation

Mautic package for YunoHost

Awesome Lists containing this project

README

          

# Mautic for YunoHost

[![Integration level](https://apps.yunohost.org/badge/integration/mautic)](https://ci-apps.yunohost.org/ci/apps/mautic/)
![Working status](https://apps.yunohost.org/badge/state/mautic)
![Maintenance status](https://apps.yunohost.org/badge/maintained/mautic)

[![Install Mautic with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mautic)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install Mautic quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*

## Overview

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.

**Shipped version:** 5.2.3~ynh1

**Demo:**

## Screenshots

![Screenshot of Mautic](./doc/screenshots/mautic-Screenshots.jpg)

## Documentation and resources

- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:

## 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:

```bash
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
```

**More info regarding app packaging:**