File: INSTALL

package info (click to toggle)
phppgadmin 5.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,940 kB
  • sloc: php: 47,091; sh: 37; sql: 16; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (5)
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.