Changes between Version 107 and Version 108 of PiwikServer


Ignore:
Timestamp:
07/09/15 10:27:21 (17 months ago)
Author:
chris
Comment:

Piwik upgrade steps for .zip file added

Legend:

Unmodified
Added
Removed
Modified
  • PiwikServer

    v107 v108  
    7070gpg --verify piwik-$PIWIK.tar.gz.asc 
    7171tar -zxvf piwik-$PIWIK.tar.gz 
     72cp config.ini.php piwik/config/ 
     73chown -R www-data:www-data piwik/ 
     74php /web/stats.transitionnetwork.org/piwik/console core:update 
     75/etc/init.d/php5-fpm restart 
     76}}}  
     77 
     78Note that sometime the `.tar.gz` files are not available at the same time as the `.zip` files so you might need to use the following steps: 
     79 
     80{{{ 
     81export PIWIK="2.5.0" 
     82wget "https://builds.piwik.org/piwik-$PIWIK.zip" 
     83wget "https://builds.piwik.org/piwik-$PIWIK.zip.asc" 
     84gpg --verify piwik-$PIWIK.zip.asc 
     85unzip piwik-$PIWIK.zip 
    7286cp config.ini.php piwik/config/ 
    7387chown -R www-data:www-data piwik/