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? Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.