IITDU Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Installing Xampp (aka Lampp )

Go down

Installing Xampp (aka Lampp ) Empty Installing Xampp (aka Lampp )

Post by BIT0122-Amit Tue Mar 30, 2010 3:16 pm

Xampp installation in Ubuntu is pretty easy.
First of all, download Xampp from their official website.

If you have not installed Xampp before, download the whole file (its name is something like XAMPP
Linux 1.7.3a
)

once it is downloaded keep it in a folder, go to its directory using terminal, and give the following command.

Code:

sudo tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt

It will extract and copy all the necessary files in your /opt/lampp directory.

Starting Xampp (Lampp):

You can start Lampp by entering the following command
Code:

sudo /opt/lampp/lampp start

You can also create a short cut icon in the panel or wherever in the following method:

Right click on panel. Click on add to panel.

Select custom application launcher.

Make the following changes:

Type: Application in terminal

Name: Lampp start

Command: sudo /opt/lampp/lampp start

Comment: Starts Lampp

it will now look like this:

Installing Xampp (aka Lampp ) Screen13

If you did everything properly, you will be able to access Xampp page at http://localhost

Stopping Xampp:

You can stop Xampp by entering the following command in terminal:

sudo /opt/lampp/lampp stop

You can also make launchers in the same method used in Xampp start title.
BIT0122-Amit
BIT0122-Amit
Founder
Founder

Course(s) :
  • BIT

Blood Group : O+
Posts : 4187
Points : 6605

https://iitdu.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum