Ticket #168 (new New feature)

Opened 8 months ago

Last modified 7 months ago

Make Piwik easy to install with third party CMS, blog, ...

Reported by: Arnaud Assigned to:
Priority: major Milestone: Stable release
Component: Core Version:
Keywords: Cc:

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

05/06/08 01:14:22 changed by matt

  • milestone set to Stable release.