In dit leesmij bestand wordt omschreven hoe u het phpPgAdmin pakket voor ISPConfig 2 kunt installeren ----------------------------------------------------------------------------------------------------- Login in uw ISPConfig server en voer de volgende commando's uit: Ga naar de tmp directory: cd /tmp Download en installeer de laatste versie van ISPConfig 2 (versie 2.2.25 op dit moment) wget http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.2.25.tar.gz pak de tar.gz file uit: tar xvfz ISPConfig*.tar.gz We willen dat php gecompileerd is met ondersteuning voor pgsql, om deze reden wijzigen we het configuratie voor php door het bestand install_ispconfig/compile_aps/compile te wijzigen, t.w.: Wijzig de regel: './configure' '--with-apxs=/root/ispconfig/httpd/bin/apxs' '--enable-track-vars' '--enable-sockets' '--enable-mbstring=all' '--with-config-file-path=/root/ispconfig/php' '--enable-ftp' '--prefix=/root/ispconfig/php' '--with-openssl=/root/ispconfig/openssl' '--with-mysql=/usr' '--disable-libxml' '--disable-dom' '--disable-xml' '--disable-xmlreader' '--disable-xmlwriter' '--disable-simplexml' '--without-pear' in: './configure' '--with-apxs=/root/ispconfig/httpd/bin/apxs' '--enable-track-vars' '--enable-sockets' '--enable-mbstring=all' '--with-config-file-path=/root/ispconfig/php' '--enable-ftp' '--prefix=/root/ispconfig/php' '--with-openssl=/root/ispconfig/openssl' '--with-mysql=/usr' '--disable-libxml' '--disable-dom' '--disable-xml' '--disable-xmlreader' '--disable-xmlwriter' '--disable-simplexml' --with-pgsql '--without-pear' Sla het gewijzigde bestand op. Op de shell voert u de volgende commando's uit: cd install_ispconfig ./setup Nu logt u in in uw nieuwe ISPConfig hosting controlpanel In ISPConfig, gaat u naar Update Manager onder Management > Update. In de Update Manager plakt u de URL van het phpPgAdmin pakket, waarna u op de Installeer knop klikt. Dit is alles! :) Belangrijke opmerking: Als er een eerdere versie van het phpPgAdmin pakket voor ISPConfig 2 reeds geinstalleerd is, dient u eerst de volgende commando's uit te voeren, voordat u de Updata Manager gaat gebruiken om een update uit te voeren. rm -r /home/admispconfig/ispconfig/web/phppgadmin rm /home/admispconfig/ispconfig/web/phppgadmin.tar.gz rm /home/admispconfig/ispconfig/web/phppgadmin/tool/tools/phppgadmin U heeft toegang tot phpPgAdmin via http(s)://www.uwdomein.tld:81/phppgadmin of via het tools menu in ISPConfig. Het phpPgAdmin configuratiebestand kunt u hier vinden: /home/admispconfig/ispconfig/web/phppgadmin/conf/config.inc.php Meer informatie kunt u lezen in het bestand "INSTALL" which is within the directory /home/admispconfig/ispconfig/web/phppgadmin.