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
On Fri, 19 Jan 2007 13:37:02 +1100 John Jack jack_j@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
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.