The document outlines the 11 step process to install LAMP (Linux, Apache, MySQL, and PHP) on a Linux operating system. It involves downloading the XAMPP file package from an online source, extracting and copying it to the opt directory, and using terminal commands to start and stop the LAMP server. The installation can be tested by opening localhost in a web browser and ensuring the default XAMPP welcome page is displayed, along with menus and server status components.
1 of 2
More Related Content
Installation Of Lamp
1. 油
INSTALLATION油PROCESS油OF油LAMP油
油油
LAMP:
LAMP is the acroynm for solution of stack of tree,open source software.It
comes from
Linux
Apache http server
Mysql
Php
STEPS TO INSTALL A LAMP:
1.Operating System should be in Linux.
2.Download a Lamp Software from following URL
http:sourceforge.net/projects/xampp/files/XAMPP
20%Linux/1.7.2/xampp-linux-1.7.2.tar.gz/download
3.GOto Applications->Accessories-Terminal.
4.Type cd Downloads
5.Type Dir to know the list of directories in the
Downloads folder.
6.To copy the Xampp file from Dowloads to (create a opt
folder inside a downloads)Opt folder use sudo co
filename/opt
7.to view whether xampp is copied to opt use cd/opt
8.to view the contents inside opt use dir
9.To extract Xampp file inside opt use sudo tar -xvfz or
xfz filename
10.To come out of opt use cd ..
2. 11.To start the lampp server use sudo /opt/lampp/lampp
start
12.To stop the lampp server use sudo /opt/lampp/lampp
stop
TO TEST INSTALLATION IS WORK GOOD
1.Go to http://localhost
local web page+- wil be opened........(Installation
prosess succesfully wil be display)
2.Menus like welcome,Demos,Toola wil be displayed.
3.go to welcome->status
Components of XAMPP status is displayed
inside that u work any one.