PDA

View Full Version : HOWTO: Install xampp


B4RR13N705
March 29th, 2009, 10:54 AM
Hi, to install this 3 things.
Fisrt we download xampp from here:

http://www.apachefriends.org/download.php?xampp-linux-1.7.tar.gz

1- Copy the package to /opt use chmod if it is necesary.
2- Open a shell:

$ cd /opt
$ sudo tar -zxvf xampp-linux-1.7.tar.gz

And its done!
to start xampp:

sudo /opt/lampp/lampp start

Good luck! i will post a HOWTO install joomla over xampp later! :guitar:

HOWTO: Install joomla over xampp:
http://ubuntuforums.org/showthread.php?t=1173496

dmizer
March 30th, 2009, 08:54 PM
Please note, that xampp is intended for development, not for production.

Handy tool, I've used it on a couple of occasions :)

Nicekiwi9
April 7th, 2009, 06:32 AM
what if the /opt directory dosent exist?

B4RR13N705
April 7th, 2009, 12:01 PM
The /opt directory comes with most linux distribution, anyway, if it doesnt exist, just type:

sudo mkdir /opt

arturieto
May 29th, 2009, 06:52 PM
please post how to install joomla over xampp!!! please

B4RR13N705
May 29th, 2009, 07:01 PM
I will post it right now.