Tutorial Install XAMPP di linux

by in , 0

Silahkan download
XAMPP

1. Buka shell/terminalnya dan masuk sebagai root
$su atau sudo -i

2. Extract file xampp-linux-1.7.3a.tar.gz ke /opt
tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt

3. Jalankan XAMPP
/opt/lampp/lampp start

Starting XAMPP 1.7.3a...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.

Silahkan buka browsernya: coba ketik http://localhost
klw udah kebuka berarti server telah siap.

Direktori xampp
/opt/lampp/bin/ The XAMPP commands home.
/opt/lampp/bin/mysql calls for example the MySQL monitor.
/opt/lampp/htdocs/ The Apache DocumentRoot directory.
/opt/lampp/etc/httpd.conf The Apache configuration file.
/opt/lampp/etc/my.cnf The MySQL configuration file.
/opt/lampp/etc/php.ini The PHP configuration file.
/opt/lampp/etc/proftpd.conf The ProFTPD configuration file. (since 0.9.5)
/opt/lampp/phpmyadmin/config.inc.php


Leave a Reply

tolong kalo copy artikel sertakan sumber dari web ini