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.
----------
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYgLiJkaOZkn0zKSF9rKdaJI9Pf7K1CmO8HGX6lvui_Qh2IdIAY4do8lKH9EQ4b9vmgvJosX2t8gNaOARZAq1B9qi0BOO9WY6kYOF0OzFYFnIBvgYUvXk2JwbtKnbFnSx2MGtISU0s7CtO/s400/xampp_localhost.png)
[pic. saat anda masuk ke dalam welcome to xampp, install success!]
No comments:
Post a Comment