Install phpPgAdmin from ports system

FreeBSD Installation tips

Install phpPgAdmin from ports system

Postby stephen » Mon Jun 14, 2010 9:39 pm

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
stephen
 
Posts: 507
Joined: Thu Feb 09, 2006 9:37 am
Location: Brisbane

Return to FreeBSD

Who is online

Users browsing this forum: No registered users and 2 guests

cron