Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
Rename some references to "piwik" in generate-stackbrew-library.sh an…
Browse files Browse the repository at this point in the history
…d docs
  • Loading branch information
J0WI authored and pierreozoux committed Aug 29, 2018
1 parent b711c66 commit d1f8515
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ db:
environment:
- MYSQL_ROOT_PASSWORD
app:
image: piwik:fpm
image: matomo:fpm
links:
- db
volumes:
Expand All @@ -14,7 +14,7 @@ app:
env_file:
- ./matomo.env
web:
image: nginx
image: nginx:latest
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
links:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Once you're up and running, you'll arrive at the configuration wizard page. If y
- Database Server: `db`
- Login: `root`
- Password: MYSQL_ROOT_PASSWORD
- Database Name: piwik (or you can choose)
- Database Name: matomo (or you can choose)

And leave the rest as default.

Expand All @@ -45,7 +45,7 @@ A minimal set-up using docker-compose is available in the [.examples folder](.ex

If you want to use the import logs script, you can then run the following container as needed, in order to execute the python import logs script:
```
docker run --rm --volumes-from="matomo_app_1" --link matomo_app_1 python:2-alpine python /var/www/html/misc/log-analytics/import_logs.py --url=http://ip.of.your.piwik --login=yourlogin --password=yourpassword --idsite=1 --recorders=4 /var/www/html/logs/access.log
docker run --rm --volumes-from="matomo_app_1" --link matomo_app_1 python:2-alpine python /var/www/html/misc/log-analytics/import_logs.py --url=http://ip.of.your.matomo --login=yourlogin --password=yourpassword --idsite=1 --recorders=4 /var/www/html/logs/access.log
```

## Contribute
Expand Down
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ getArches() {
| xargs bashbrew cat --format '[{{ .RepoName }}:{{ .TagName }}]="{{ join " " .TagEntry.Architectures }}"'
) )"
}
getArches 'piwik'
getArches 'matomo'

# Header.
cat <<-EOH
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
View [license information](https://github.com/piwik/piwik/blob/master/LEGALNOTICE) for the software contained in this image.
View [license information](https://github.com/matomo-org/matomo/blob/master/LEGALNOTICE) for the software contained in this image.

0 comments on commit d1f8515

Please sign in to comment.