This tutorial is going to show you how to install LAMP stack on CentOS 8 and RHEL 8.
What’s LAMP Stack?
A software stack is a set of software tools bundled together. LAMP stands for Linux, Apache, MariaDB/MySQL and PHP, all of which are open source. It is the most common software stack that powers dynamic websites and web applications. Linux is the operating system; Apache is the web server; MariaDB/MySQL is the database server and PHP is the server-side scripting language responsible for generating dynamic web pages.
Prerequisites
You can download and install RHEL 8 by following the tutorial below.
Read full tutorial here: https://www.linuxbabe.com/redhat/install-lamp-stack-centos-8-rhel-8