Open Web Analytics docker image depends on PHP-FPM 5.x & Nginx and build on Alpine Linux.
Open Web Analytics (OWA) is open source web analytics software licensed under GPL and provides website owners and developers with easy ways to add web analytics to their sites using simple Javascript, PHP or REST based APIs.
Start the Docker containers:
docker run -p 8080:80 --name my-owa --link my-mysql:db -d vladk1m0/docker-owa
Once started, you'll arrive at the configuration wizard.
At the Database Setup step, please enter the following
Database Server: db
Database Name: owadb (or you can choose)
Login: MYSQL_USER
Password: MYSQL_PASSWORD
Then you can continue the installation with the super user.
docker-compose up
Notice, that the .env file contains the default values for MYSQL_ environment vars.
Pull requests are very welcome!
Padams for Open-Web-Analytics
Tim de Pater for docker-php-nginx