1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00
matomo_ynh/README.md

59 lines
2.6 KiB
Markdown
Raw Normal View History

2020-06-19 22:18:51 +02:00
# Matomo for YunoHost
2018-10-30 10:25:13 +01:00
2020-05-31 00:00:08 +02:00
[![Integration level](https://dash.yunohost.org/integration/matomo.svg)](https://dash.yunohost.org/appci/app/matomo) ![](https://ci-apps.yunohost.org/ci/badges/matomo.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/matomo.maintain.svg)
2020-05-31 00:23:05 +02:00
[![Install Matomo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=matomo)
2019-07-01 22:17:06 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2020-05-31 00:23:05 +02:00
> *This package allows you to install Matomo quickly and simply on a YunoHost server.
2020-05-31 00:00:08 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2018-10-30 10:25:13 +01:00
2019-07-01 22:17:06 +02:00
## Overview
Matomo is the leading Free/Libre open analytics platform. It is a full-featured PHP MySQL software program that you download and install on your own webserver. At the end of the five-minute installation process, you will be given a JavaScript code. Simply copy and paste this tag on websites you wish to track and access your analytics reports in real-time.
2018-10-30 10:25:13 +01:00
**Shipped version:** 4.0.5
2019-07-01 22:17:06 +02:00
## Screenshots
2020-09-13 17:56:50 +02:00
![](https://img.matomo.org/spai/w_660+q_lossless+ret_img+to_webp/https://static.matomo.org/wp-content/uploads/2019/03/matomo-analytics-dashboard.png)
2019-07-01 22:17:06 +02:00
## Demo
* [Official demo](https://demo.matomo.org)
2018-10-30 10:25:13 +01:00
## Configuration
2019-07-01 22:17:06 +02:00
2018-11-01 00:10:43 +01:00
1. The app will require to complete the registration process after the instllation is complete by **visiting the domain** on which Matomo is installed.
2020-09-13 17:38:08 +02:00
1. The MySQL database credentials will be sent to the **admin mail**. Fill these details while doing the registration process.
1. No LDAP support yet for the app.
2018-10-30 10:25:13 +01:00
2019-07-01 22:17:06 +02:00
## Documentation
* Official documentation: https://matomo.org/docs
* YunoHost documentation: https://yunohost.org/#/app_matomo
2018-10-30 10:25:13 +01:00
2019-07-01 22:17:06 +02:00
#### Supported architectures
2018-10-30 10:25:13 +01:00
2020-05-31 00:00:08 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/matomo%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/matomo/)
2019-07-01 22:17:06 +02:00
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/matomo%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/matomo/)
2018-10-30 10:25:13 +01:00
2019-07-01 22:17:06 +02:00
## Links
2018-10-30 10:25:13 +01:00
2019-07-01 22:17:06 +02:00
* Report a bug: https://github.com/YunoHost-Apps/matomo_ynh/issues
* App website: https://matomo.org/
* Upstream app repository: https://github.com/matomo-org/matomo
* YunoHost website: https://yunohost.org/
2018-10-30 10:25:13 +01:00
2019-07-01 22:17:06 +02:00
---
2018-10-30 10:25:13 +01:00
2020-09-13 17:38:08 +02:00
## Developer info
2018-10-30 10:25:13 +01:00
2020-05-31 00:00:08 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/matomo_ynh/tree/testing).
2019-07-01 22:17:06 +02:00
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug
or
sudo yunohost app upgrade matomo -u https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug
2018-10-30 10:25:13 +01:00
```