Changes between Version 39 and Version 40 of PiwikServer
- Timestamp:
- 02/11/13 09:51:16 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiwikServer
v39 v40 8 8 It 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. 9 9 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:3411 10 12 11 == Issues == … … 51 50 See 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. 52 51 53 == Quince Server == 52 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 53 54 == Archive == 55 56 The following documentation is outdated. 57 58 === Quince Server == 54 59 55 60 The live install at https://stats.transitionnetwork.org/ on the NewLiveServer, the install was done on ticket:160. 56 61 57 === Install===62 ==== Install ==== 58 63 59 64 {{{ … … 68 73 }}} 69 74 70 ==== Apache====75 ===== Apache ===== 71 76 72 77 Create {{{stats.transitionnetwork.org.conf}}} in {{{cd /etc/apache2/sites-available/}}}: … … 153 158 }}} 154 159 155 ==== MySQL====160 ===== MySQL ===== 156 161 157 162 As MySQL root user: … … 165 170 }}} 166 171 167 ==== Web Install====172 ===== Web Install ===== 168 173 169 174 MySQL settings: … … 207 212 }}} 208 213 209 ==== Configure====214 ===== Configure ===== 210 215 211 216 In the General Settings page: … … 245 250 }}} 246 251 247 ==== GA Import====252 ===== GA Import ===== 248 253 249 254 First install Python 2.6 from source: … … 343 348 The [http://piwik.org/ Piwik] server that is to be installed on the DevelopmentServer, the install was done on ticket:160 344 349 345 === Config===350 ==== Config ==== 346 351 347 352 In {{{/web/piwik.transitionnetwork.org/piwik/config}}} … … 351 356 }}} 352 357 353 === Install===358 ==== Install ==== 354 359 355 360 Site: https://piwik.transitionnetwork.org/ 356 361 357 ==== Download====362 ===== Download ===== 358 363 359 364 {{{ … … 365 370 }}} 366 371 367 ==== Apache====372 ===== Apache ===== 368 373 369 374 Then set up apache, see /etc/apache2/sites-available/piwik.transitionnetwork.org and run the web installer and: … … 375 380 }}} 376 381 377 ==== MySQL====382 ===== MySQL ===== 378 383 379 384 Then a MySQL user and database was added using phpMyAdmin which ran the following SQL: … … 386 391 }}} 387 392 388 ==== Tracking code====393 ===== Tracking code ===== 389 394 390 395 The installer suggested this JS tracking code, see the docs at http://piwik.org/docs/javascript-tracking/ : … … 423 428 * revenue - Used with idgoal, defines the custom revenue for this conversion 424 429 425 ==== Logo====430 ===== Logo ===== 426 431 427 432 Customise the logo: … … 432 437 }}} 433 438 434 ==== Cron====439 ===== Cron ===== 435 440 436 441 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]: … … 442 447 }}} 443 448 444 ==== Python====449 ===== Python ===== 445 450 446 451 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] a source compile was done on the dev server: … … 477 482 }}} 478 483 479 ==== GA Import====484 ===== GA Import ===== 480 485 481 486 See python notes above and [http://clearcode.cc/offer/open-source-projects/google2piwik/ Google2Piwik]. … … 536 541 537 542 538 == Requirements==543 === Requirements === 539 544 540 545 The [http://piwik.org/docs/requirements/ requirements are]: