Thursday, February 19, 2009

installation XAMPP to Ubunto

download the XAMPP from aparchie friend

linux version.


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


This is command to extracting the file into the folder.

customzied the folder for yourself.


start XAMPP

sudo /opt/lampp/lampp start


kang@ubuntu:~$ sudo lampp/lampp start



stop XAMPP

sudo /opt/lampp/lampp stop






1. Make public_html directory in home directory:
Code:

mkdir ~/public_html

2. Link to /opt/lampp/htdocs
Code:

sudo ln -s ~/public_html /opt/lampp/htdocs/$USER

No comments:

Post a Comment