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

Published: 01 July 2016
on channel: NixInPix
424
2

LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the server is already running CentOS, the linux part is taken care of. Here is how to install the rest.

Commands:

sudo yum install httpd
sudo service httpd start
ifconfig eth0 | grep inet | awk '{ print $2 }'
sudo yum install mysql-server
sudo service mysqld start
sudo /usr/bin/mysql_secure_installation
sudo yum install php php-mysql
sudo chkconfig httpd on
sudo chkconfig mysqld on
sudo yum install nano
sudo nano /var/www/html/info.php
sudo service httpd restart
--------------------------------

music by Kronicle -   / the-chemist-10  

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
http://tinyurl.com/gtxccff


Watch video How To Install Linux, Apache, MySQL, PHP LAMP stack On CentOS 6 online, duration hours minute second in high quality that is uploaded to the channel NixInPix 01 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 424 times and liked it 2 visitors.