Go to a Linux shell and login as the system administrator root:
su
- Extract the downloaded archive file to /opt:
tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt
To start XAMPP simply call this command:
/opt/lampp/lampp start
You should now see something like this on your screen:
Starting XAMPP 1.7.3a...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.
Ready. Apache and MySQL are running.
Just type in the following URL at your favourite web browser:
http://localhost or http://127.0.0.1
No comments:
Post a Comment