Friday, July 3, 2009

Installing XAMPP on Ubuntu 9.04

Install XAMPP on ur ubuntu just in follwing simple steps....

Step 1: Download the installation package

At first download the package. Click here to download.

Step 2: Installing

1. Open the terminal [1. Open The terminal [Application-->Accessories-->Terminal]
2. Write the quoted code or copy and paste it in terminal [without the "" symbols]
"sudo tar xvfz xampp-linux-1.7.1.tar.gz -C /opt"
when prompted give ur sudo password.

now xampp is installed on ur machine in opt folder.

Step 3:Start

Now start the xampp .
to start xampp just write the following code in terminal [without "" symbols]
"sudo /opt/lampp/lampp start"

Step 4:Test

To test the xampp, just open any browser and in the browser's address bar
just write "http://localhost"

u r done...............

Find more on XAMPP

9 comments:

  1. i already installed the xampp in my terminal...but the problem is when i launch the xampp in address bar http://localhost..it giving me error...404 Not Found.....
    please help me on this....thank you very much in advance.

    ReplyDelete