ufal / clarin-dspace

clarin-dspace digital repository based on DSpace and LINDAT/CLARIN DSpace
http://lindat.cz
BSD 3-Clause "New" or "Revised" License
27 stars 18 forks source link

matomo pdf reports #1047

Open kosarko opened 1 year ago

kosarko commented 1 year ago

since the piwik_report table is not created (and I have not found a replacement). I am wondering if the feature is available or not.

milanmajchrak commented 1 year ago

@kosarko This feature is not available. I saw that a new record is persisted into piwik_report after clicking on the Subscribe button in the Items Statistics page. But I cannot find how the PiwikPDFExporter class is run, it generates and send Monthly Reports of the subscribed Items in the email. I just found the piwik-report-generator command name in the launcher.xml, but without usage (I suppose it could be used as CRON job?).

kosarko commented 1 year ago

@milanmajchrak yes, a cronjob. Currently

00 05     1 * *   tomcat cd /opt/lindat-dspace/source/utilities/project_helpers/scripts; make generate_piwik_reports

where generate_piwik_reports is here: https://github.com/ufal/clarin-dspace/blob/8cf3758e9f12c18a2b8a20c13d63757d8ee2d52e/utilities/project_helpers/scripts/makefile#L442-L443