Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iteam1337/matomo
https://github.com/iteam1337/matomo
lab
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/iteam1337/matomo
- Owner: Iteam1337
- Created: 2020-07-30T08:44:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:48:13.000Z (11 months ago)
- Last Synced: 2024-04-14T11:04:22.993Z (7 months ago)
- Topics: lab
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# matomo
A compose stack containing a Matomo, MySQL and a web page for generating visits.
# Running
## Requirements
- docker
- docker-compose## Quick start
1. Clone the repo
2. Run `docker-compose up`
3. Go to http://localhost
4. Click through the setup guide (Note: the MySQL settings should be pre-filled)
5. Login to Matomo
6. Copy your tracking code to `test-web/index.html`
7. Run `docker-compose -f docker-compose.test.yaml up`
8. Go to http://localhost
9. Now, you should see a visit in MatomoHappy tracking!
# Info
The compose stack will create two volumes where Matomo and MySQL data are saved respectively.
```bash
# Remove all configuration
docker volume rm matomo_matomo-local-files# Remove all data from MySQL
docker volume rm matomo_matomo-local-data
```