[[PageOutline(2-5, Table of Contents, floated)]] = Piwik Web Stats = The server is available at: https://stats.transitionnetwork.org/ It 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. == 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] === 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. == Tickets == [[TicketQuery(status=accepted|new|assigned|reopened&component=Piwik,order=id,desc=1,format=table,col=summary|owner|reporter)]] Closed Piwik tickets: [[TicketQuery(max=1000,status=closed&component=Piwik,compact)]] == Updates == * 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 . }}} There is an optional task of switching off the recording of stats, but it's not clear that the sites are busy enough to make this necessary, see ticket:418. Download, extract, and update the database: {{{ wget "http://piwik.org/latest.zip" unzip latest.zip cp config.ini.php piwik/config/ php /web/stats.transitionnetwork.org/piwik/index.php -- "module=CoreUpdater" }}} == 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