I have just setup a fresh installation of CentOS in VM form. I want to try and test out Drupal.
What is the best way to install Drupal? I have not installed LAMP yet.
I have just setup a fresh installation of CentOS in VM form. I want to try and test out Drupal.
What is the best way to install Drupal? I have not installed LAMP yet.
The easiest way is to install the Drupal package included with Fedora:
su -c 'yum install drupal'
However, I understand there are some differences from the stock version, so for a production installation you will probably want to install the official version manually. But for testing purposes, that should do fine.
The easiest way is to download a preconfigured VM from Bitnami and run it in a virtual environment like VMWare, Virtualbox, Hyper-V etc.