Ticket #168 (closed New feature: duplicate)
Make Piwik easy to install with third party CMS, blog, ...
| Reported by: | Arnaud | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Piwik 0.9.9 - Stable release |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: |
Description
Piwik will be integrated directly in most CMS, blog. These third party softwares have often their own plugin installation process. So, we have to provide an API that can automatically install Piwik.
What does the Piwik install process?
- Create some config files
- Create databases
- Create sites => already available with the API
- Create users => already available with the API
I think we have to provide the API with 2 new functions :
createTables($tablePrefix, $databaseParameters) createConfigFiles($listOfParameters)
Another solution is to merge these 2 functions in only one :
createTablesAndConfigFiles($tablePrefix, $listOfParameters)
Change History
Note: See
TracTickets for help on using
tickets.
