1
1
# Search Analytics (Matomo)
2
2
3
- This repository supports MIT Libraries' implementation of (Matomo) [ https://matomo.org/ ] ,
3
+ This repository supports MIT Libraries' implementation of [ Matomo ] ( https://matomo.org/ ) ,
4
4
which we use to collect discovery analytics. Our implementation uses the Docker
5
5
container provided by Matomo. We host the application in AWS Fargate.
6
6
@@ -13,7 +13,7 @@ Run `make build` to create a new container tagged as `analytics-stage:latest`.
13
13
Run ` make dist ` to build, tag, and push a container to staging. To promote to
14
14
production, run ` make publish ` .
15
15
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.
17
17
18
18
## URLs
19
19
@@ -76,3 +76,10 @@ permissions level.
76
76
Matomo has built-in two-factor authentication, which we enforce for all accounts.
77
77
When a user logs in to Matomo for the first time, they will be prompted to
78
78
configure 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