Thursday, September 9, 2010

Install Firebird 2.1 dan PHP di Ubuntu 8.04 Server

March 2, 2009 by admin  
Filed under Lain-Lain

masuk ke :

sudo nano /etc/apt/sources.list

tambahkan saja :

deb http://ppa.launchpad.net/mapopa/ubuntu hardy main
deb-src http://ppa.launchpad.net/mapopa/ubuntu hardy main

update source repository :

sudo apt-get update

Searching paket firebird :

apt-cache search firebird2.1-*

Install :

sudo apt-get install firebird2.1-super

Konfigure firebird :

sudo dpkg-reconfigure firebird2.1-super



Aktifkan pula PHP – interbase :

sudo apt-get install php5-interbase

Restart apache :

sudo /etc/init.d/apache2 restart

Install web admin firebird

sudo apt-get install ibwebadmin

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!