Liberating Web Analytics https://github.com/matomo-org/matomo
Go to file
3wc 57dca0bed4 Initial import 2020-09-23 21:25:43 +02:00
.envrc.sample Initial import 2020-09-23 21:25:43 +02:00
README.md Initial import 2020-09-23 21:25:43 +02:00
compose.yml Initial import 2020-09-23 21:25:43 +02:00

README.md

Matomo

Matomo analytics + CoöpCloud

  1. Set up Docker Swarm and abra
  2. Deploy compose-stacks/traefik
  3. cp .envrc.sample .envrc
  4. Edit .envrc - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. direnv allow (or . .envrc)
  6. Generate secrets:
    abra secret_generate db_password v1
    abra secret_generate db_root_password v1
    
  7. abra deploy
  8. Open the configured domain to finish set-up