Changes between Version 14 and Version 15 of PiwikServer


Ignore:
Timestamp:
06/29/11 11:37:22 (5 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiwikServer

    v14 v15  
    9494}}} 
    9595 
     96=== GA Import  and Python=== 
     97 
     98For 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]: 
     99 
     100{{{ 
     101aptitude build-dep python2.5  
     102cd /usr/local/src 
     103wget http://www.python.org/ftp/python/2.6.7/Python-2.6.7.tgz 
     104tar -zxvf Python-2.6.7.tgz 
     105cd Python-2.6.7 
     106./configure --with-threads --enable-shared 
     107make 
     108make install  
     109}}} 
     110 
    96111== Requirements == 
    97112