Skip to content

Installation and Configuration

jdorn edited this page Jul 6, 2012 · 3 revisions

Installation Instructions

First, download a pre-packaged zip or tar file or checkout the latest code using git:

git clone git://github.com/jdorn/php-reports.git
cd php-reports
git submodule init
git submodule update

Then, set up the config file that defines things like database connections, file paths, etc.

You can use the sample config as a starting point if you want.

cp config/config.php.sample config/config.php

The config settings are commented and should be pretty self explanatory.

Open up the Php Reports framework in a browser and you should see a list of reports.

Clone this wiki locally