Skip to content

lnhrdt/heroku-docker-piwik

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piwik on Heroku

Deploy

Version: 2.13.1

Installation

Deploy to Heroku and add mysql add-on then simply follow install steps.

Technical stuff

  • Uses php-fpm with 4 workers(128MB per worker)
  • Nginx with one worker
  • Access to config and temp is disabled (secure for live production)

How about plugins?

You can use composer to install additional plug-ins. See https://github.com/composer/installers for more info...

What about that Dockerfile?

You can run app on any cloud service that supports docker(dokku, deis, metal...).

About

Piwik packaged for Docker and Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.6%
  • Nginx 9.4%