Automatic installation
Flying Drupalist - June 16, 2009 - 12:02
| Project: | Piwik - Web analytics |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I wonder if there's a way to automatically install every site in your multisite with this analytics rather than having to manually create settings for each one of them. I think that would be VERY helpful.
Any clue?

#1
You could create an installation profile... But the module cannot guess what piwik site ID you'd like to use for a site... and therefore you need to configure at least this setting.
If you'd like to see the Piwik Module UsersManager and SitesManager API implemented you need to write a new submodule piwik_user and piwik_sites or piwik_manager. We could use it like a sync module between Drupal an Piwik... automatically create user accounts if a new Drupal account has been created and sites if a new site has been installed and so on... would be great to have such a feature.
Please provide a patch.