Changes between Version 34 and Version 35 of PiwikServer
- Timestamp:
- 01/22/13 12:24:40 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiwikServer
v34 v35 2 2 = Piwik Web Stats = 3 3 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: 4 The server is available at: 5 6 https://stats.transitionnetwork.org/ 7 8 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. 9 10 == Updates == 7 11 8 12 * 1.10.1 ticket:470#comment:13 … … 10 14 * 1.8.4 ticket:418 11 15 16 To update Piwik, backup the config file: 17 18 {{{ 19 sudo -i 20 cd /web/stats.transitionnetwork.org/ 21 cp piwik/config/config.ini.php . 22 }}} 23 24 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. 25 26 Download, extract, and update the database: 27 28 {{{ 29 wget "http://piwik.org/latest.zip" 30 unzip latest.zip 31 cp config.ini.php piwik/config/ 32 php /web/stats.transitionnetwork.org/piwik/index.php -- "module=CoreUpdater" 33 }}} 34 12 35 == Plugins == 13 36 … … 16 39 Upgraded to version 0.3 on ticket:414 17 40 18 == Live Server == 41 == Penguin Server == 42 43 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. 44 45 == Quince Server == 19 46 20 47 The live install at https://stats.transitionnetwork.org/ on the NewLiveServer, the install was done on ticket:160. … … 304 331 }}} 305 332 306 307 308 == Dev Server == 333 == Kiwi Server == 309 334 310 335 The [http://piwik.org/ Piwik] server that is to be installed on the DevelopmentServer, the install was done on ticket:160