Skip to content

Iteam1337/matomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published