Page 1 of 1

Install phpPgAdmin from ports system

PostPosted: Mon Jun 14, 2010 9:39 pm
by stephen
cd /usr/ports/databases/phppgadmin
make install

This installs phpPgAdmin under
/usr/local/www

We are using apache22 and we need to add entries into httpd.conf to point to the phpPgAdmin folder

1# vi /usr/local/etc/apache22/httpd.conf
Code: Select all
 
<IfModule alias_module>
   Alias  /phpPgAdmin /usr/local/www/phpPgAdmin
Code: Select all
#sjk  allow access to phpPgAdmin
<Directory "/usr/local/www/phpPgAdmin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>



If you get errors from running the phpPgAdmin
Update the ports system with cvsup and then upgrade the
portupgrade