Skip to content

biblibre/koha-plugin-opac-matomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Koha plugin for Matamo JS code at OPAC

Installation

  1. Download KPZ file and install in your Koha
  2. On Koha server, copy config.yaml.sample into config.yaml
  3. Edit config.yaml
  4. Enter your Matomo website in tracker_url
  5. Enter the site id of this OPAC in site_id
  6. Choose your language in lang (you may create a new lang_xx.yaml file)

Packaging

To create KPZ archive from git repository, run the following command:

git archive --output=../koha-plugin.kpz --format=zip HEAD -- Koha

See also