Problem scenario
You want to configure the LAMP stack (Linux, Apache web server, MySQL/MariaDB, and PHP) on a running a RedHat distribution of Linux. How do you do this?
Solution
Run this command:
sudo yum -y install php httpd mariadb-server
A Technical I.T./DevOps Blog
Problem scenario
You want to configure the LAMP stack (Linux, Apache web server, MySQL/MariaDB, and PHP) on a running a RedHat distribution of Linux. How do you do this?
Solution
Run this command:
sudo yum -y install php httpd mariadb-server