Skip to main content

Home/ Germinus/ Group items tagged configuration

Rss Feed Group items tagged

Álvaro González

DBCP - Configuration - 0 views

  •  
    Referencia de configuración de DBCP
Agripino Petit Miguel

Adding Piwik Web Analytics to Liferay - Wiki - Liferay.com - 0 views

  • Or if your own Piwik server is on the internet, you can use client side tracking there, too. For that, you'd just be following the instructions on Piwik's site to embed the tracking javascript into your portal_norma.vm file and you should be good to go...
    • Agripino Petit Miguel
       
      Toda esta integración es para no emplear el JavaScript, que es la forma normal y recomendable de emplear Piwik + Liferay Portal
  • Note that the tracking cookie name is defined in the global piwik configuration (global.ini.php) and the default value does not match the cookie name the code is looking for (a string that contains "id.#.", where the # is the site id), so you'll probably need to make modifications to the code to match the global.ini.php configuration before using it.
    • Agripino Petit Miguel
       
      ¿Qué código es el que hay que cambiar? ¿El que él provee? ¿El de Piwik? ¿Porqué no basta con cambiar el nombre de la cookie en el global.ini.php?
Agripino Petit Miguel

Natty - Kubuntuguide - 0 views

  • Create a .deb package from source files If your build from source is successful, you can make a Debian (Ubuntu/Kubuntu) package (.deb) for future use: Install package tools: sudo apt-get install checkinstall Rebuild package using "checkinstall": cd /path/to/extracted/package ./configure sudo make sudo checkinstall Keep the resulting ".deb" file for future use. It can later be installed using: sudo dpkg -i packagename.deb Note: These are basic instructions that may not always work. Some packages require additional dependencies and optional parameters to be specified in order to build them successfully. More info about .deb package structure can be found here.
1 - 3 of 3
Showing 20 items per page