Quick-Start with LAMP for CentOS 7 Linux 64-bit
You are Welcome! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the LAMP Stack composed from the Apache Web Server, the MariaDB Database and the PHP 5.5 Language on CentOS 7 Workstation/Server Linux.
To Get Installed the Evolved PHP 5.5 for CentOS 7 Linux You’ll Need to Enable the Remi Collet CentOS 7 Repository.
MariaDB the Open Source Substitute for the Oracle MySQL Database is Installed by Default on System so Should be Enough to Get Installed Httpd and PHP.

-
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands)Or Login into the Server Shell.
-
Installing Apache Web Server for CentOS 7 64-bit.
sudo su -c "yum install httpd"
-
Starting Apache Web Server.
su -c "service start httpd"
-
Enable the Remi Collet Repo for CentOS 7 64-bit:
-
Installing PHP 5.5 for CentOS 7 64-bit.
sudo su -c "yum --enablerepo=remi,remi-test,remi-php55 install php php-mysql"
-
Testing PHP and Apache Integration.
Create a PHP Info File:
su -c "echo '' > /var/www/html/info.php"
Point the Browser to:
http://localhost/info.php
Tags: Apache, CentOS, centos 7 lamp, centos 7 web server, Getting Started, Guide, How-to, httpd, Install, lamp, Linux, Linux CentOS, Linux Tutorial, MariaDB, PHP, PHP 5, Quick Start, red hat like, Step-by-Step, Tutorial