aboutsummaryrefslogtreecommitdiffstats
path: root/server/README.md
blob: f2cbb1e26aba0fb4152f165c483035b5bf71f82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Piwik Demo

## Install Docker

* https://docs.docker.com/install/
* https://docs.docker.com/compose/install/

## Start Server

    docker-compose up


## Login

    http://127.0.01:8080

Follow the instructions

* Database Server: db
* Login: root
* Password: securepassword
* Database name: matomo

Create superuser

User: root
Password: securepassword
Email: mail@example.org

## Create First App to Track

Name: QtExampleApp
Website: http://example.org
Time Zone: UTC
Ecommerce: No

## Add Tracker Code

Browse down to MobileApps and SDKs, in the list search for Qt.

Finish installation and login again

## Shutdown Server

Just press Ctrl-C or in a another shell, same directory

    docker-compose down