here the link:
http://www.apachefriends.org/en/xampp-linux.html
[click or copy-paste this link, pilih the latest version]
Saat ready or well downloaded, saatnya kita melakukan these steps rite in your terminal:
[make sure you in the root by type this:]
----------
~$ sudo su
[sudo] password for you:
[arahkan ke file donlotan tadi, your downloaded file place:]
----------
root@you PC:/home/you# tar xfvz xampp-linux-1.7.7.tar.gz -C /opt/
----------
root@you-PC:/home/you# cd /opt
root@you-PC:/opt# ls
lampp
[thats installed]
----------
[check the installed content:]
----------
root@you-PC:/opt# cd lampp
root@you-PC:/opt/lampp# ls
bin error htdocs lampp libexec logs phpmyadmin sbin tmp
cgi-bin etc icons lib licenses modules RELEASENOTES share var
[try to start your lampp:]
----------
root@you-PC:/opt/lampp# ./lampp start
Starting XAMPP for Linux 1.7.7...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
----------
[now test your browser, type http://localhost/ in the address bar]
[you'll see the xampp home, if you success, if not, solve it :D (see the screenshot below)]
----------
[to shutdown your lampp:]
----------
root@you-PC:/opt/lampp# ./lampp stop
Stopping XAMPP for Linux 1.7.7...
XAMPP: Stopping Apache with SSL...
XAMPP: Stopping MySQL...
XAMPP: Stopping ProFTPD...
XAMPP stopped.
----------

[pic. saat anda masuk ke dalam welcome to xampp, install success!]
No comments:
Post a Comment