590e5a2676
Piwik is an open source (GPL licensed) web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages....and so much more. Piwik aims to be an open source alternative to Google Analytics. thanks to sthen@ for hosting the distfile (upstream only has last.zip...)
18 lines
560 B
Plaintext
18 lines
560 B
Plaintext
Piwik has been installed into ${INSTDIR}
|
|
|
|
You should point this to the DocumentRoot of your web-server:
|
|
# ln -s ../piwik /var/www/htdocs/piwik
|
|
(make sure you use a relative symlink since Apache is chrooted)
|
|
|
|
You will also need to add these lines to you php.ini file:
|
|
extension=pdo.so
|
|
extension=pdo_mysql.so
|
|
extensions=gd.so
|
|
|
|
and proceed to complete the installation by reading the online
|
|
documentation. Which can be found at:
|
|
http://piwik.org/docs/installation/
|
|
|
|
You can ensure you have a working install by accessing:
|
|
http://<localhost>/piwik/
|