I want to install Drupal on a linux box. I want to know the steps & procedure to install drupal. Should I start by installing PHP, MySQL and Apache or the other round. John -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070119/369342f2/attachment.html>
On Fri, 19 Jan 2007 13:37:02 +1100 John Jack <jack_j at VANUATU.USP.AC.FJ> wrote:> I want to install Drupal on a linux box. > > I want to know the steps & procedure to install drupal. Should I > start by installing PHP, MySQL and Apache or the other round.http://drupal.org/requirements follow it in the order given http://drupal.org/node/43767 or for a 2 minute install http://www.apachefriends.org/en/xampp-linux.html -- Thanks http://www.sqlhacks.com The SQL knowledge base
John Jack wrote:> I want to install Drupal on a linux box. > > I want to know the steps & procedure to install drupal. Should I start by > installing PHP, MySQL and Apache or the other round. >If you use yum, it will handle dependencies for you. Otherwise, a "simple" order is mysql, apache, php.