Changes between Version 14 and Version 15 of PiwikServer
- Timestamp:
- 06/29/11 11:37:22 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiwikServer
v14 v15 94 94 }}} 95 95 96 === GA Import and Python=== 97 98 For 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 {{{ 101 aptitude build-dep python2.5 102 cd /usr/local/src 103 wget http://www.python.org/ftp/python/2.6.7/Python-2.6.7.tgz 104 tar -zxvf Python-2.6.7.tgz 105 cd Python-2.6.7 106 ./configure --with-threads --enable-shared 107 make 108 make install 109 }}} 110 96 111 == Requirements == 97 112