If you want to start programming in Javascript you might ask where do you actually start? It might be that you’ve been interested in learning more about web programming in general, for which it would be useful to also learn about HTML and CSS as well. While HTML and CSS deal with the structure of …
Monthly Archives: July 2019
How to setup Matomo with MariaDB on Docker
This will spin up a Matomo instance on MariaDB running on the default port 3306. You can then access the Matomo instance to continue the installation by navigation to your hostname:3306. E.g. if you’re running this on your VPS it will be your http://<VPS IP>:3306 http://localhost:3306 if you’re on your local dev machine. The above …
Continue reading “How to setup Matomo with MariaDB on Docker”