I am trying to install Drupal 8.0.5 on Apache 2.4.6 on CentOS 7, with PHP 5.6.19. But in the web GUI for finalizing the Drupal installation, I get a problem on the requirements page. It says "PHP extensions disabled. Drupal requires you to enable the PHP extensions in the following list... gd"
I have installed, with yum install these packages: gd, gd-devel, php-gd, php-pdo php-mbstring, php-xml.
I'm trying to install Drupal 8 on my server (PHP 5.6).
Copied the file, extracted and when I access the site URL it displays the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
I have done numerous installation of Drupal 6 & 7 before and this is the 1st time I have this issue. Even tried different D8 versions.
Followed the requirements on this link: https://www.drupal.org/requirements
Is there a SaltStack .sls file, Puppet manifest, or Ansible play-book to install Drupal? I'm interested in full installations without using the web-based configuration tool. Is it possible to not use the GUI and install Drupal?
I am using CentOS 7. I have installed MariaDB 5.5 and Apache 2.4.6. I tried to install Drupal 8.0.5. It seems like it was installed correctly. I followed some directions on DigitalOcean's website. The problem is that the web-based Drupal page is not there. I open a web browser and type in the IP address of the CentOS server. I see "Testing 123." This is the generic Apache page. The Apache service is up and running. I reinstalled Drupal. I get the same problem. What did I do wrong?