How To Install Linux, Apache, MySQL, PHP LAMP stack On CentOS 7.2

Published: 05 July 2016
on channel: NixInPix
259
1

LAMP stack is a group of open source software used to get web servers up and running. LAMP acronym stands for Linux, Apache, MySQL and PHP. In this video we have CentOS 7.2 preinstalled and I will guide you step by step installing LAMP. CentOS (abbreviated from Community Enterprise Operating System) is a Linux distribution that attempts to provide a free, enterprise-class, community-supported computing platform which aims to be 100% binary compatible with its upstream source, Red Hat Enterprise Linux (RHEL)

I will list all commands in description. If you want to copy and paste to your terminal.
Commands:
sudo yum install httpd
sudo systemctl start httpd.service
ip addr show eth0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'
sudo systemctl enable httpd.service
sudo yum install mariadb-server mariadb
sudo systemctl start mariadb
sudo mysql_secure_installation
sudo systemctl enable mariadb.service
sudo yum install php php-mysql
sudo systemctl restart httpd.service
sudo nano /var/www/html/info.php



----------------------


music by Kronicle - Thinking About You (Not hip hop) -


You can always Deploy an SSD cloud server in 55 seconds
with Digitalocean.
Anyone how use this link will receive $10 in hosting credit immediately after unlocking their account by adding a valid payment method.
Sign Up with this link


Watch video How To Install Linux, Apache, MySQL, PHP LAMP stack On CentOS 7.2 online, duration 02 minute 22 second in high hd quality that is uploaded to the channel NixInPix 05 July 2016. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 259 times and liked it 1 visitors.