Skip to content
Philip O'Brien edited this page May 15, 2015 · 2 revisions

After running vagrant up Piwik can be accessed at http://YOUR_IP_HERE:8888/piwik. If this is the first time accessing it you will see the screen below and some additional setup is required.

After clicking next you get a system health check. Everything should be green and you can just ignore the warning re curl and the one-click update.

Then fill out the Piwik MySQL table details. These are set during the provisioning step and the default for the dev-env is login = piwik, password = password, and database name = piwik

Piwik then sets up various tables under the piwik database

You then need to specify superuser access, e.g. super user login = admin and password = password

You then need to specify the website for the superuser, but since this will not be used again you can just use the following

After clicking next on the previous screens the setup is complete and you are presented with the following login screen. The details are those specified earlier, e.g. admin and password

Below is the default dashboard layout

To use the OPENi plugins you need to go to the top-right corner and Settings -> Plugins and activate these

Then you can configure the dashboard layout accordingly

Clone this wiki locally