Changes between Version 13 and Version 14 of PiwikServer


Ignore:
Timestamp:
06/29/11 11:09:21 (5 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiwikServer

    v13 v14  
    66 
    77== Install == 
     8 
     9=== Download === 
    810 
    911{{{ 
     
    1517}}} 
    1618 
     19=== Apache === 
     20 
    1721Then set up apache, see /etc/apache2/sites-available/piwik.transitionnetwork.org and run the web installer and: 
    1822 
     
    2226chown -R www-data:www-data config/ 
    2327}}} 
     28 
     29=== MySQL === 
    2430 
    2531Then a MySQL user and database was added using phpMyAdmin which ran the following SQL: 
     
    3137GRANT ALL PRIVILEGES ON `piwik` . * TO 'piwik'@'localhost'; 
    3238}}} 
     39 
     40=== Tracking code === 
    3341 
    3442The installer suggested this JS tracking code, see the docs at http://piwik.org/docs/javascript-tracking/ : 
     
    6775 *   revenue - Used with idgoal, defines the custom revenue for this conversion 
    6876 
     77=== Logo === 
     78 
    6979Customise the logo: 
    7080 
     
    7383chown -R www-data:www-data themes/ 
    7484}}} 
     85 
     86=== Cron === 
    7587 
    7688Set 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]: