際際滷

際際滷Share a Scribd company logo
油
                 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 ..
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.

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.