At First let me tell you about the LAMP. LAMP stack is a group of open source software used to get web servers up and running. LAMP means Linux, Apache, MySQL, and PHP.
Install Apache:
1. To install apache, open terminal and type 1st command.
2. Once it installs, you can start apache running using 2nd command
3. Now run 3rd Command to ensure run service from boot.
1. #sudo yum install httpd
2. #sudo service httpd start
3. #sudo chkconfig httpd onAll Done. To check if Apache is installed, direct your browser to your server’s IP address (eg. http://192.168.0.150). The page should display.
→ Learn More: How To Install MySQL in Linux
→ Learn More: How To Install and phpMyAdmin in Linux
No comments:
Post a Comment