summaryrefslogtreecommitdiff
path: root/plugins/Report/INSTALL
blob: 263f308b4a22e0993f160832bd6f89ff0515a2bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
phpPgAdmin Report Plugin Installation Guide
-------------------------------------------
1. Report Plugin activation

   Open conf/config.inc.php and add the 'Report' value in the $conf['plugins'] array:

   $conf['plugins'] = array('Report');

2. Set up the reports database.

   If you want to enable reports (which are a useful feature) then go to
   the 'sql' subdirectory and view the SQL script for your database.  It
   will contain instructions on how to set up the reports database.