Changes between Version 13 and Version 14 of PiwikServer
- Timestamp:
- 06/29/11 11:09:21 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiwikServer
v13 v14 6 6 7 7 == Install == 8 9 === Download === 8 10 9 11 {{{ … … 15 17 }}} 16 18 19 === Apache === 20 17 21 Then set up apache, see /etc/apache2/sites-available/piwik.transitionnetwork.org and run the web installer and: 18 22 … … 22 26 chown -R www-data:www-data config/ 23 27 }}} 28 29 === MySQL === 24 30 25 31 Then a MySQL user and database was added using phpMyAdmin which ran the following SQL: … … 31 37 GRANT ALL PRIVILEGES ON `piwik` . * TO 'piwik'@'localhost'; 32 38 }}} 39 40 === Tracking code === 33 41 34 42 The installer suggested this JS tracking code, see the docs at http://piwik.org/docs/javascript-tracking/ : … … 67 75 * revenue - Used with idgoal, defines the custom revenue for this conversion 68 76 77 === Logo === 78 69 79 Customise the logo: 70 80 … … 73 83 chown -R www-data:www-data themes/ 74 84 }}} 85 86 === Cron === 75 87 76 88 Set up the [http://piwik.org/docs/setup-auto-archiving/#toc-linuxunix-how-to-setup-a-crontab-to-automatically-archive-the-reports crontab to automatically archive the reports]: