Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iteam1337/matomo


https://github.com/iteam1337/matomo

lab

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# matomo

A compose stack containing a Matomo, MySQL and a web page for generating visits.

# Running

## Requirements

- docker
- docker-compose

## Quick start

1. Clone the repo
2. Run `docker-compose up`
3. Go to http://localhost
4. Click through the setup guide (Note: the MySQL settings should be pre-filled)
5. Login to Matomo
6. Copy your tracking code to `test-web/index.html`
7. Run `docker-compose -f docker-compose.test.yaml up`
8. Go to http://localhost
9. Now, you should see a visit in Matomo

Happy tracking!

# Info

The compose stack will create two volumes where Matomo and MySQL data are saved respectively.

```bash
# Remove all configuration
docker volume rm matomo_matomo-local-files

# Remove all data from MySQL
docker volume rm matomo_matomo-local-data
```