Changes between Version 39 and Version 40 of PiwikServer


Ignore:
Timestamp:
02/11/13 09:51:16 (4 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiwikServer

    v39 v40  
    88It 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. 
    99 
    10 See the GeoIP install notes, ticket:470#comment:33 and the setup of the Mediawiki plugin ticket:470#comment:32 and the Nginx install ticket:470#comment:13 and cronjob ticket:470#comment:13 and the Nginx config ticket:470#comment:34 
    1110 
    1211== Issues == 
     
    5150See 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.  
    5251 
    53 == Quince Server == 
     52See the GeoIP install notes, ticket:470#comment:33 and the setup of the Mediawiki plugin ticket:470#comment:32 and the Nginx install ticket:470#comment:13 and cronjob ticket:470#comment:13 and the Nginx config ticket:470#comment:34 
     53 
     54== Archive == 
     55 
     56The following documentation is outdated. 
     57 
     58=== Quince Server == 
    5459 
    5560The live install at https://stats.transitionnetwork.org/ on the NewLiveServer, the install was done on ticket:160. 
    5661 
    57 === Install === 
     62==== Install ==== 
    5863 
    5964{{{ 
     
    6873}}} 
    6974 
    70 ==== Apache ==== 
     75===== Apache ===== 
    7176 
    7277Create {{{stats.transitionnetwork.org.conf}}} in {{{cd /etc/apache2/sites-available/}}}: 
     
    153158}}} 
    154159 
    155 ==== MySQL ==== 
     160===== MySQL ===== 
    156161 
    157162As MySQL root user: 
     
    165170}}} 
    166171 
    167 ==== Web Install ==== 
     172===== Web Install ===== 
    168173 
    169174MySQL settings: 
     
    207212}}} 
    208213 
    209 ==== Configure ==== 
     214===== Configure ===== 
    210215 
    211216In the General Settings page: 
     
    245250}}} 
    246251 
    247 ==== GA Import ==== 
     252===== GA Import ===== 
    248253 
    249254First install Python 2.6 from source: 
     
    343348The [http://piwik.org/ Piwik] server that is to be installed on the DevelopmentServer, the install was done on ticket:160 
    344349 
    345 === Config === 
     350==== Config ==== 
    346351 
    347352In {{{/web/piwik.transitionnetwork.org/piwik/config}}} 
     
    351356}}} 
    352357 
    353 === Install === 
     358==== Install ==== 
    354359 
    355360Site:  https://piwik.transitionnetwork.org/ 
    356361 
    357 ==== Download ==== 
     362===== Download ===== 
    358363 
    359364{{{ 
     
    365370}}} 
    366371 
    367 ==== Apache ==== 
     372===== Apache ===== 
    368373 
    369374Then set up apache, see /etc/apache2/sites-available/piwik.transitionnetwork.org and run the web installer and: 
     
    375380}}} 
    376381 
    377 ==== MySQL ==== 
     382===== MySQL ===== 
    378383 
    379384Then a MySQL user and database was added using phpMyAdmin which ran the following SQL: 
     
    386391}}} 
    387392 
    388 ==== Tracking code ==== 
     393===== Tracking code ===== 
    389394 
    390395The installer suggested this JS tracking code, see the docs at http://piwik.org/docs/javascript-tracking/ : 
     
    423428 *   revenue - Used with idgoal, defines the custom revenue for this conversion 
    424429 
    425 ==== Logo ==== 
     430===== Logo ===== 
    426431 
    427432Customise the logo: 
     
    432437}}} 
    433438 
    434 ==== Cron ==== 
     439===== Cron ===== 
    435440 
    436441Set 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]: 
     
    442447}}} 
    443448 
    444 ==== Python ==== 
     449===== Python ===== 
    445450 
    446451For the Google Analytics data import we need Python 2.6 and we are running with Python 2.5.2, so [http://evan.borgstrom.ca/post/845359613/python-2-6-on-debian-lenny-5-0 following this] a source compile was done on the dev server: 
     
    477482}}} 
    478483 
    479 ==== GA Import ==== 
     484===== GA Import ===== 
    480485 
    481486See python notes above and [http://clearcode.cc/offer/open-source-projects/google2piwik/ Google2Piwik]. 
     
    536541 
    537542 
    538 == Requirements == 
     543=== Requirements === 
    539544 
    540545The [http://piwik.org/docs/requirements/ requirements are]: