Locally hosted Piwik a replacement for Google Analytics

Written by James McDonald

November 25, 2009

Looking at this article on Slashdot led me to an open source version of Google Analytics namely Piwik.

Installation of Piwik is very easy and It has a WordPress Module, WP-Piwik so integration into a WP blog isn’t too difficult. Another benefit is you get a stats page integrated into your WordPress Administration Area which saves having to log in to GA.

For high traffic sites it pays to run a cron job to automatically compile the stats every night.

I found the piwik archive.sh file located under ${piwik_web_root}/misc/cron/ required an edit because it searched for and couldn’t find the php5 binary in $PATH on my Dreamhost webhosting account:

# comment this default out
# PHP_BIN=`which php5 2>/dev/null`

# hard code the path to the php5 binary
PHP_BIN=/usr/local/php5/bin/php

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...