[[PageOutline(2-5, Table of Contents, floated)]] = 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@transitionnetwork.org or chris@webarchitects.co.uk to request an account and state which sites you need access to. If you have an andriod 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: 1. [http://www.transitionnetwork.org/ Transition Network] 2. [http://www.intransitionmovie.com/ Transition Movie] 3. [http://wiki.transitionnetwork.org/ Transition Wiki] 4. [http://2010.archive.transitionnetwork.org/ 2010 Archive] 5. [http://2011.archive.transitionnetwork.org/ 2011 Archive] 6. [http://static.transitionnetwork.org/ Static Archive] 7. [http://tech.transitionnetwork.org/ TTech Trac] 9. [http://parrot.transitionnetwork.org/ Parrot Server] 10. [http://earthinheritors.net/ Earth Inheritors] 11. [http://www.reconomy.org/ REconomy] === Adding a site === To add a site you need to contact webproject@transitionnetwork.org or chris@webarchitects.co.uk and they can login and and use the [https://stats.transitionnetwork.org/index.php?module=SitesManager 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 [https://stats.transitionnetwork.org/index.php?module=UsersManager 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: [[TicketQuery(status=accepted|new|assigned|reopened&component=Piwik,order=id,desc=1,format=table,col=summary|owner|reporter)]] Closed Piwik tickets: [[TicketQuery(status=closed&component=Piwik,order=id,desc=1,format=table,col=summary|owner|reporter)]] == Updates == * 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, backup the config file: {{{ sudo -i cd /web/stats.transitionnetwork.org/ cp piwik/config/config.ini.php . }}} Switch off the recording of stats by adding this to {{{/web/stats.transitionnetwork.org/piwik/config/config.ini.php}}}: {{{ [Tracker] record_statistics = 0 }}} Download, extract, and update the database: {{{ 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" }}} == 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