| 72 | cp config.ini.php piwik/config/ |
| 73 | chown -R www-data:www-data piwik/ |
| 74 | php /web/stats.transitionnetwork.org/piwik/console core:update |
| 75 | /etc/init.d/php5-fpm restart |
| 76 | }}} |
| 77 | |
| 78 | Note 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 | {{{ |
| 81 | export PIWIK="2.5.0" |
| 82 | wget "https://builds.piwik.org/piwik-$PIWIK.zip" |
| 83 | wget "https://builds.piwik.org/piwik-$PIWIK.zip.asc" |
| 84 | gpg --verify piwik-$PIWIK.zip.asc |
| 85 | unzip piwik-$PIWIK.zip |