https://github.com/trion-development/docker-piwik-run
https://github.com/trion-development/docker-piwik-run
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trion-development/docker-piwik-run
- Owner: trion-development
- Created: 2017-05-28T06:21:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T15:53:44.000Z (about 9 years ago)
- Last Synced: 2025-03-02T16:16:05.458Z (over 1 year ago)
- Language: Nginx
- Size: 11.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple docker-compose setup to run piwik locally for development without the need to run additional setup or configuration steps in the browser.
Usage
`docker-compose up`
Access via browser:
[http://localhost:9001/index.php]
Login with "admin"/"admin"
For clean re-install:
`docker-compose stop; docker-compose rm -f; sudo rm -rf database; `