Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
anonymous-matomo-user opened this issue Mar 28, 2008 · 1 comment
Closed
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

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)
```

@mattab
Copy link
Member

mattab commented Jan 30, 2009

consolidated in #161

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.9.9 - Stable release milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants