You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,14 @@ Most piwik plugins do not include a composer.json file so you'll need to use the
26
26
This setup is configured to use the [GeoIP2 Plugin](https://github.com/diabl0/piwik-geoip2). The GeoLite databases are provided by a custom buildpack https://github.com/danstiner/heroku-buildpack-geoip-geolite2 defined in `.buildpacks`.
27
27
28
28
You can turn on this geolocation method on in Settings > System > Geolocation. Rebuilding the app will get a fresh copy of the GeoLite databases.
29
+
30
+
## Heroku
31
+
32
+
Heroku no longer uses the `.buildpacks` file, so you will need to specify buildpacks using the heroku cli.
33
+
34
+
[Install the cli](https://devcenter.heroku.com/articles/heroku-cli) if needed, then run the following to specify the buildpacks for your app:
0 commit comments