Hello,

Some tips that will help beginners ( like me ) with installing drupal 8.

Followed this link;
http://www.linuxtechi.com/how-to-install-drupal-8-on-centos-7/

You need to nano /etc/httpd/conf/httpd.conf

# AllowOverride controls what directives may be placed in .htaccess
files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride none ----> change to AllowOverride all

And also change :
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/var/www/html" ------> "/var/www/html/drupal"

This will save you some time when installing in the first time.

An don't just copy paste but read the messages that you get from meriadb and linux.

Comments

prokopton’s picture

Have a look at this guide. You'll save yourself a ton of time.

https://www.amazon.com/How-Install-Drupal-LAMP-Server-ebook/dp/B01MXEPLKZ

ramesh_singh’s picture

The below sites helps for better tips of installing drupal 8.
https://www.chenhuijing.com/blog/drupal-101-getting-started-with-d8/