Skip to content

vladk1m0/docker-owa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Web Analytics docker image based on Alpine Linux.

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.

License: MITBuild StatusDocker Pulls

How to use this image

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.

Via docker-compose

docker-compose up

Notice, that the .env file contains the default values for MYSQL_ environment vars.

Contribute

Pull requests are very welcome!

Special thanks to

Padams for Open-Web-Analytics
Tim de Pater for docker-php-nginx