Changes between Version 55 and Version 56 of PiwikServer


Ignore:
Timestamp:
05/30/13 22:46:15 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiwikServer

    v55 v56  
    6262}}} 
    6363 
    64 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. 
     64Switch off the recording of stats by adding this to {{{/web/stats.transitionnetwork.org/piwik/config/config.ini}}}: 
     65 
     66{{{ 
     67[Tracker] 
     68record_statistics = 0 
     69}}} 
    6570 
    6671Download, extract, and update the database: 
     
    7378php /web/stats.transitionnetwork.org/piwik/index.php -- "module=CoreUpdater"  
    7479}}}  
     80 
     81Remove the following from {{{/web/stats.transitionnetwork.org/piwik/config/config.ini}}}: 
     82 
     83{{{ 
     84[Tracker] 
     85record_statistics = 0 
     86}}} 
    7587 
    7688== Plugins ==