Skip to content

rollicks-c/piwik_docker_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small example setup for a dockerized PIWIK instance.

Start the setup with:

MYSQL_ROOT_PASSWORD=password VIRTUAL_HOST=localhost docker-compose up -d

The admin UI of PIWIK is reachable on http://localhost:8080. With the default configuration, when configuring piwik, choose as db server "db", user: "root" and password "password". The parameters for the webpage to track can be chosen freely (no effect).

The example client webpage is available under http://localhost:8081. With the default configuration, nothing needs to be configured in order to send tracking data to PIWIK.

About

An example setup for PIWIK and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nginx 53.2%
  • HTML 39.3%
  • Shell 7.5%