Run update.sh
This commit is contained in:
parent
f53de94df0
commit
871cbc6739
|
|
@ -0,0 +1,88 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`2.16.0`, `2.16`, `2`, `latest` (*Dockerfile*)](https://github.com/piwik/docker-piwik/blob/ed86be5a1fedc8b6826240c653be2fb13114843b/Dockerfile)
|
||||
|
||||
[](https://imagelayers.io/?images=piwik:2.16.0)
|
||||
|
||||
For more information about this image and its history, please see [the relevant manifest file (`library/piwik`)](https://github.com/docker-library/official-images/blob/master/library/piwik). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
|
||||
|
||||
For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `piwik/tag-details.md` file](https://github.com/docker-library/docs/blob/master/piwik/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).
|
||||
|
||||
# Piwik
|
||||
|
||||
[](https://travis-ci.org/piwik/docker-piwik)
|
||||
|
||||
Piwik is the leading open-source analytics platform that gives you more than just powerful analytics:
|
||||
|
||||
- Free open-source software
|
||||
- 100% data ownership
|
||||
- User privacy protection
|
||||
- User-centric insights
|
||||
- Customisable and extensible
|
||||
|
||||

|
||||
|
||||
# How to use this image
|
||||
|
||||
```console
|
||||
$ docker run --name some-piwik --link some-mysql:db -d piwik
|
||||
```
|
||||
|
||||
Now you can get access to fpm running on port 9000 inside the container. If you want to access it from the Internets, we recommend using a reverse proxy in front. You can find more information on that on the [docker-compose](#docker-compose) section.
|
||||
|
||||
## Via docker-compose
|
||||
|
||||
You can use a setup that is used in production at [IndieHosters/piwik](https://github.com/indiehosters/piwik).
|
||||
|
||||
## Installation
|
||||
|
||||
Once started, you'll arrive at the configuration wizard. At the `Database Setup` step, please enter the following:
|
||||
|
||||
- Database Server: `db`
|
||||
- Login: `root`
|
||||
- Password: MYSQL_ROOT_PASSWORD
|
||||
- Database Name: piwik (or you can choose)
|
||||
|
||||
And leave the rest as default.
|
||||
|
||||
Then you can continue the installation with the super user.
|
||||
|
||||
## Contribute
|
||||
|
||||
Pull requests are very welcome!
|
||||
|
||||
We'd love to hear your feedback and suggestions in the issue tracker: [github.com/piwik/docker-piwik/issues](https://github.com/piwik/docker-piwik/issues).
|
||||
|
||||
## GeoIP
|
||||
|
||||
This product includes GeoLite data created by MaxMind, available from [http://www.maxmind.com](http://www.maxmind.com).
|
||||
|
||||
# License
|
||||
|
||||
View [license information](https://github.com/piwik/piwik/blob/master/LEGALNOTICE) for the software contained in this image.
|
||||
|
||||
# Supported Docker versions
|
||||
|
||||
This image is officially supported on Docker version 1.10.2.
|
||||
|
||||
Support for older versions (down to 1.6) is provided on a best-effort basis.
|
||||
|
||||
Please see [the Docker installation documentation](https://docs.docker.com/installation/) for details on how to upgrade your Docker daemon.
|
||||
|
||||
# User Feedback
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation for this image is stored in the [`piwik/` directory](https://github.com/docker-library/docs/tree/master/piwik) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
|
||||
|
||||
## Issues
|
||||
|
||||
If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/piwik/docker-piwik/issues).
|
||||
|
||||
You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).
|
||||
|
||||
## Contributing
|
||||
|
||||
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
|
||||
|
||||
Before you start to code, we recommend discussing your plans through a [GitHub issue](https://github.com/piwik/docker-piwik/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
|
||||
Loading…
Reference in New Issue