ub_kh Posted April 27, 2008 Share Posted April 27, 2008 I need help with installing php in the new Ubuntu 8 Linux. In their package installer there are about a 100 or more packages listed. What ones are required to get started with php? Link to comment https://forums.phpfreaks.com/topic/103101-install-php-on-ubuntu-8/ Share on other sites More sharing options...
Daniel0 Posted April 27, 2008 Share Posted April 27, 2008 If you want a LAMP then the following should do it: aptitude install apache2 libapache2-mod-php5 mysql-server-5.0 You might also want to install the phpmyadmin package for managing your MySQL databases. Link to comment https://forums.phpfreaks.com/topic/103101-install-php-on-ubuntu-8/#findComment-528179 Share on other sites More sharing options...
mlin Posted May 22, 2008 Share Posted May 22, 2008 dev machine right? I like zend core for the browser interface, but couldn't live without the debug server Link to comment https://forums.phpfreaks.com/topic/103101-install-php-on-ubuntu-8/#findComment-547364 Share on other sites More sharing options...
448191 Posted May 22, 2008 Share Posted May 22, 2008 I much prefer MySQL GUI Tools over PHPMyAdmin. Link to comment https://forums.phpfreaks.com/topic/103101-install-php-on-ubuntu-8/#findComment-547452 Share on other sites More sharing options...
jcombs_31 Posted May 23, 2008 Share Posted May 23, 2008 I much prefer MySQL GUI Tools over PHPMyAdmin. I agree, they are pretty nice. Link to comment https://forums.phpfreaks.com/topic/103101-install-php-on-ubuntu-8/#findComment-548247 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.