Drupal & CentOS 7 LEMP (Linux, Nginx, MariaDB, php-fpm)
Submitted by Vetkhy on Fri, 25.01.2019 - 15:54About installation of CentOS, Drupal and company.
CentOS 7
Install CentOS itself and then yum update
or yum upgrade
.
For your convenience install Midnight Commander:
# yum install mc
Usually I'm using VirtualBox with two ethernet adapters - NAT and Host-only. In than case second adapter doesn't start automatically. To enable:
/etc/sysconfig/network-scripts/ifcfg-enp0s8
ONBOOT=yes
firewalld is blocking access. You can disable it at all or add services (rules) like this: