Changes between Version 34 and Version 35 of PiwikServer


Ignore:
Timestamp:
01/22/13 12:24:40 (4 years ago)
Author:
chris
Comment:

updated for penguin

Legend:

Unmodified
Added
Removed
Modified
  • PiwikServer

    v34 v35  
    22= Piwik Web Stats = 
    33 
    4 When upgrading the Piwik servers please first do it on the dev version and then if it all goes OK do it on the live site, see ticket:418 for an example of the steps this involves. 
    5  
    6 Upgrades: 
     4The server is available at: 
     5 
     6https://stats.transitionnetwork.org/ 
     7 
     8It 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. 
     9 
     10== Updates == 
    711 
    812 * 1.10.1 ticket:470#comment:13 
     
    1014 * 1.8.4 ticket:418 
    1115 
     16To update Piwik, backup the config file: 
     17 
     18{{{ 
     19sudo -i 
     20cd /web/stats.transitionnetwork.org/ 
     21cp piwik/config/config.ini.php . 
     22}}} 
     23 
     24There 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. 
     25 
     26Download, extract, and update the database: 
     27 
     28{{{ 
     29wget "http://piwik.org/latest.zip" 
     30unzip latest.zip 
     31cp config.ini.php piwik/config/ 
     32php /web/stats.transitionnetwork.org/piwik/index.php -- "module=CoreUpdater"  
     33}}}  
     34 
    1235== Plugins == 
    1336 
     
    1639Upgraded to version 0.3 on ticket:414 
    1740 
    18 == Live Server == 
     41== Penguin Server == 
     42 
     43See 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.  
     44 
     45== Quince Server == 
    1946 
    2047The live install at https://stats.transitionnetwork.org/ on the NewLiveServer, the install was done on ticket:160. 
     
    304331}}} 
    305332 
    306  
    307  
    308 == Dev Server == 
     333== Kiwi Server == 
    309334 
    310335The [http://piwik.org/ Piwik] server that is to be installed on the DevelopmentServer, the install was done on ticket:160