You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you very much for creating the component to integrate Matomo analytics with Hugo web-site.
I was able to follow your instructions (the mandatory part) without any problem. However, I have a more basic question that concerns prerequisites.
Being a beginner user, my inquiry may seem naive, for which I apologize in advance.
One of the "Requirements" is Matomo Analytics with marketplace/plugin access.
If I understand this correctly, this means that before installing the component, one needs to place the Matomo files into the web-site's sub-folder, as per instructions:
All files can be uploaded to a “analytics” sub-directory in your public www folder, for example http://yourdomain.org/analytics/ or you could setup Matomo in its own subdomain and upload all the files at http://analytics.example.org/. If you have SSH access to your server, you can use it instead of FTP as it is much faster: run wget https://builds.matomo.org/matomo.zip && unzip matomo.zip
Following these guidelines, I have placed the "Matomo" directory into the root/content sub-folder of my Hugo website via the "run wget" command in the Terminal.
Ultimately, following the above-mentioned instructions, I aim at arriving here :
Open your web browser and navigate to the URL to which you uploaded Matomo. If everything is uploaded correctly, you should see the Matomo Installation Welcome Screen.
However, having "Matomo" as my website's sub-folder causes the Netlify (through which I build the website) deployment error saying "rst2html / rst2html.py not found in $PATH: Please install".
Trying to address the potential problem, I additionally integrated Python with the project as described here, but to no avail.
In this respect, I would like to ask whether this error is caused by my misunderstanding of how to integrate Matomo with Hugo, or this is a solely Netlify-related issue that should be addressed there.
Thank you very much in advance.
The text was updated successfully, but these errors were encountered:
First of all, thank you very much for creating the component to integrate Matomo analytics with Hugo web-site.
I was able to follow your instructions (the mandatory part) without any problem. However, I have a more basic question that concerns prerequisites.
Being a beginner user, my inquiry may seem naive, for which I apologize in advance.
One of the "Requirements" is Matomo Analytics with marketplace/plugin access.
If I understand this correctly, this means that before installing the component, one needs to place the Matomo files into the web-site's sub-folder, as per instructions:
Following these guidelines, I have placed the "Matomo" directory into the root/content sub-folder of my Hugo website via the "run wget" command in the Terminal.
Ultimately, following the above-mentioned instructions, I aim at arriving here :
However, having "Matomo" as my website's sub-folder causes the Netlify (through which I build the website) deployment error saying "rst2html / rst2html.py not found in $PATH: Please install".
Trying to address the potential problem, I additionally integrated Python with the project as described here, but to no avail.
In this respect, I would like to ask whether this error is caused by my misunderstanding of how to integrate Matomo with Hugo, or this is a solely Netlify-related issue that should be addressed there.
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: