Version 70 (modified by chris, 3 years ago) (diff) |
---|
Table of Contents
Piwik Web Stats
The Piwik webstats server is available at: https://stats.transitionnetwork.org/
The site is currently running on wiki:PenguinServer#stats.transitionnetwork.org via Nginx, previously there was a live site on Quince and a dev site on Kiwi using Apache, see the old Apache PiwikServerInstall notes.
Accessing the stats
If you need access to the stats for one of more site please contact webproject@… or chris@… to request an account and state which sites you need access to.
If you have an android or iOS mobile phone then you can install the Piwik app for your device from the apple store or google play, see http://piwik.org/mobile/
Sites
Currently stats are generated for the following sites:
- Transition Network
- Transition Movie
- Transition Wiki
- 2010 Archive
- 2011 Archive
- Static Archive
- TTech Trac
- Parrot Server
- Earth Inheritors
- REconomy
Adding a site
To add a site you need to contact webproject@… or chris@… and they can login and and use the sites manager to add a site and get the tracking code for the site, they should add the site to the PiwikServer#Sites list above.
They should then create a user and grant the new user access to the stats for the sites they need access to.
If the new site is running a content management system such as Drupal or Wordpress then please install the plugin for your CMS, see http://piwik.org/integrate/
Tickets
Current Piwik tickets:
Ticket | Summary | Owner | Reporter |
---|---|---|---|
#909 | What's involved in enabling longer Piwik reports? | chris | sam |
#882 | Login to PiWik stats | chris | annesley |
#855 | Piwik plugins | chris | sam |
#768 | Piwik Archive Cron Error | chris | chris |
#675 | Piwik Geolocation | chris | chris |
Closed Piwik tickets:
Updates
- 2.0.3 ticket:672
- 2.0.2 ticket:664
- 2.0.1 ticket:660
- 1.12 ticket:556
- 1.11.1 ticket:515
- 1.11 ticket:509
- 1.10.1 ticket:470#comment:13
- 1.9.1 ticket:436
- 1.8.4 ticket:418
To update Piwik, switch off the recording of stats by setting record_statistics to 0 in /web/stats.transitionnetwork.org/piwik/config/config.ini.php:
[Tracker] record_statistics = 0
Backup the config file:
cd /web/stats.transitionnetwork.org/ cp piwik/config/config.ini.php .
Download, extract, and update the database and restart php-fpm:
wget "http://piwik.org/latest.zip" -O latest.zip unzip latest.zip cp config.ini.php piwik/config/ chown -R www-data:www-data piwik/ php /web/stats.transitionnetwork.org/piwik/index.php -- "module=CoreUpdater" /etc/init.d/php-fpm restart
If the Transition Network logos are overwritten you can overwrite the Piwik files like this (see ticket:660#comment:2):
cp /web/penguin.transitionnetwork.org/www/favicon.ico /web/stats.transitionnetwork.org/piwik/plugins/CoreHome/images/favicon.ico cp /web/penguin.transitionnetwork.org/www/favicon.ico /web/stats.transitionnetwork.org/piwik/favicon.ico cp /web/penguin.transitionnetwork.org/www/logo.png /web/stats.transitionnetwork.org/piwik/plugins/Morpheus/images/logo.png cp /web/penguin.transitionnetwork.org/www/logo-header.png /web/stats.transitionnetwork.org/piwik/plugins/Morpheus/images/logo-header.png
Switch recording of stats back on by setting record_statistics to 1 in /web/stats.transitionnetwork.org/piwik/config/config.ini.php:
[Tracker] record_statistics = 1
Server Log Analytics
Following a failed attempt to get wiki:AwStatsInstall working Piwik has been set up to analyse the Nginx logs from wiki:PuffinServer.
The Nginx logs from wiki:PuffinServer are copied to wiki:PenguinServer as documented on the wiki:AwStatsInstall page.
The logs are imported using the wiki:PiwikImportScript which is run by the www-data user using this crontab:
30 07 * * * /usr/local/bin/piwik-import > /dev/null
Plugins
Do Not Track
Upgraded to version 0.3 on ticket:414
Penguin Server
See wiki:PenguinServer#stats.transitionnetwork.org and see ticket:470#comment:13 for the notes on the migration from Apache to Nginx. See also the initial research comments on the migration to Nginx, ticket:357#comment:14 ticket:357#comment:28.
See the GeoIP install notes, ticket:470#comment:33 and the setup of the Mediawiki plugin ticket:470#comment:32 and the Nginx install ticket:470#comment:13 and cronjob ticket:470#comment:13 and the Nginx config ticket:470#comment:34