Previously I have posted about installing LAMP Server on Ubuntu. That was quite easy comparatively to what I am going to share here.
We are going to install LAMP Server on Fedora 16.
Firstly There is no single command installation I could find on the GOOGLE. We have to explicitly install every component of LAMP Server manually.
Lets start installing LAMP Server.
Lets install APACHE First.
Open terminal and type su and then enter root password to become root user for installation.
Now type: yum install httpd
This command will install, Apache server on your machine.
We are going to install LAMP Server on Fedora 16.
Firstly There is no single command installation I could find on the GOOGLE. We have to explicitly install every component of LAMP Server manually.
Lets start installing LAMP Server.
Lets install APACHE First.
Open terminal and type su and then enter root password to become root user for installation.
Now type: yum install httpd
This command will install, Apache server on your machine.