Skip to content

Schmidt-DevOps/MatomoDockerDev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Set up a development environment for Matomo quick & easy.

Usage

docker-compose up

Then open http://localhost:3000 or https://localhost:3443 in your web browser. Enter the following DB setup:

  1. Server: mariadb
  2. User: root
  3. Password: pass
  4. Database: matomo

Follow the instructions.

Reset the environment

Note that this wipes the database irrevocably:

docker exec -it matomodockerdev_matomo_1 rm /var/www/html/config/config.ini.php
docker exec -it matomo-mariadb mysql -uroot -ppass -e "DROP DATABASE matomo;"

Then open http://localhost:3000/ or https://localhost:3443/ in your webbrowser.

piwik-docker-dev

Development docker-compose.yml for Piwik.

Original by https://github.com/Alexcn/piwik-docker-dev

Todo

  1. xdebug

About

Development docker-compose.yml for Piwik.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors