Ticket #168 (closed New feature: duplicate)

Opened 4 years ago

Last modified 3 years ago

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

Changed 4 years ago by matt

  • milestone set to Stable release

Changed 3 years ago by matt

  • status changed from new to closed
  • resolution set to duplicate

consolidated in #161

Note: See TracTickets for help on using tickets.