Set up a development environment for Matomo quick & easy.
docker-compose up
Then open http://localhost:3000 or https://localhost:3443 in your web browser. Enter the following DB setup:
- Server: mariadb
- User: root
- Password: pass
- Database: matomo
Follow the instructions.
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.
Development docker-compose.yml for Piwik.
Original by https://github.com/Alexcn/piwik-docker-dev
- xdebug