Hello, we have a piwik installation which I understand by our dev team has been customized (presumably they are talking about the php portion). We have have our piwik installation checked into git and I am attempting to use it to create another instance of it with fresh data and point it at another site to analyse.
My question is regarding the database. Since I have a blank slate of a mysql DB starting up piwik just gives the error:
Actually, I might have found what I am looking for here but I am still looking for specifics for what DBs and tables need to be set up for piwik to work.
The code changes are in Visit.php and global.ini.php. I was thinking at this point to just overlay as you suggested and use the same version for now, but I cannot find where old versions are on the piwik.org nor do we have the installer we used. Any ideas?