11# Search Analytics (Matomo)
22
3- This repository supports MIT Libraries' implementation of (Matomo) [ https://matomo.org/ ] ,
3+ This repository supports MIT Libraries' implementation of [ Matomo ] ( https://matomo.org/ ) ,
44which we use to collect discovery analytics. Our implementation uses the Docker
55container provided by Matomo. We host the application in AWS Fargate.
66
@@ -13,7 +13,7 @@ Run `make build` to create a new container tagged as `analytics-stage:latest`.
1313Run ` make dist ` to build, tag, and push a container to staging. To promote to
1414production, run ` make publish ` .
1515
16- Please see the corresponding ( Terraform module) [ https://github.com/MITLibraries/mitlib-terraform/tree/master/apps/analytics ] for deployment config.
16+ Please see the corresponding [ Terraform module] ( https://github.com/MITLibraries/mitlib-terraform/tree/master/apps/analytics ) for deployment config.
1717
1818## URLs
1919
@@ -76,3 +76,10 @@ permissions level.
7676Matomo has built-in two-factor authentication, which we enforce for all accounts.
7777When a user logs in to Matomo for the first time, they will be prompted to
7878configure 2FA. At this time, we are recommending Duo as an authenticator.
79+
80+ ## Additional documentation
81+
82+ * [ MIT Libraries dev docs] ( https://mitlibraries.github.io/guides/misc/matomo.html ) - includes
83+ information about setting up a website for tracking in Matomo.
84+ * [ Matomo help center] ( https://matomo.org/help/ ) - offical Matomo docs.
85+ Includes user guide, developer guide, FAQ, and community support forum.
0 commit comments