Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libresh/compose-matomo
Matomo docker-compose application for libre.sh-v1
https://github.com/libresh/compose-matomo
Last synced: 5 days ago
JSON representation
Matomo docker-compose application for libre.sh-v1
- Host: GitHub
- URL: https://github.com/libresh/compose-matomo
- Owner: libresh
- License: agpl-3.0
- Created: 2015-11-11T11:35:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T07:54:51.000Z (over 6 years ago)
- Last Synced: 2024-08-02T12:51:03.183Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 180
- Watchers: 17
- Forks: 66
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - libresh/compose-matomo - Matomo docker-compose application for libre.sh-v1 (others)
README
# Piwik
[![Build Status](https://travis-ci.org/piwik/docker-piwik.svg?branch=master)](https://travis-ci.org/piwik/docker-piwik)
Piwik is the leading open-source analytics platform that gives you more than just powerful analytics:
- Free open-source software
- 100% data ownership
- User privacy protection
- User-centric insights
- Customisable and extensible![logo](https://rawgit.com/piwik/docker-piwik/master/logo.svg)
# How to use this image
The easiest is to use our `docker-compose.yml`.
Make sure you have [docker-compose](http://docs.docker.com/compose/install/) installed. And then:
```bash
git clone https://github.com/indiehosters/piwik.git
cd piwik
MYSQL_ROOT_PASSWORD=mystrongpassword docker-compose up
```You can now access your instance on the port 80 of the IP of your machine (not recommended for production).
## Access it from Internet
We recommend the usage of TLS, so the easiest is to use a TLS capable reverse proxy.
Here are 2 examples:- [haproxy](https://github.com/indiehosters/haproxy)
- [nginx](https://github.com/indiehosters/nginx)You can also modify manually the nginx configuration file and map the TLS port of the host to the container.
## Installation
Once started, you'll arrive at the configuration wizard.
At the `Database Setup` step, please enter the following:- Database Server: `db`
- Login: `root`
- Password: MYSQL_ROOT_PASSWORD
- Database Name: piwik (or you can choose)
And leave the rest as default.Then you can continue the installation with the super user.
## Backup
In order to backup, just run the `./pre-backup` script. And copy all the data to a safe place.
## Contribute
Pull requests are very welcome!
We'd love to hear your feedback and suggestions in the issue tracker: [github.com/indiehosters/piwik/issues](https://github.com/indiehosters/piwik/issues).
## GeoIP
This product includes GeoLite data created by MaxMind, available from
[http://www.maxmind.com](http://www.maxmind.com).