Skip to content

Commit e39f757

Browse files
authored
Merge pull request #5 from MITLibraries/update-docs
Update readme
2 parents c097476 + 29d936b commit e39f757

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/),
44
which we use to collect discovery analytics. Our implementation uses the Docker
55
container 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`.
1313
Run `make dist` to build, tag, and push a container to staging. To promote to
1414
production, 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.
7676
Matomo has built-in two-factor authentication, which we enforce for all accounts.
7777
When a user logs in to Matomo for the first time, they will be prompted to
7878
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

Comments
 (0)