Blog IT : smartphone and computer technology

www.domainesia.com

Jumat, 07 November 2014

download dan Instalasi XAMPP 1.8.3-5 For Linux Ubuntu

download XAMPP 1.8.3-5 package.

for 32-bit:

http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.3/xampp-linux-1.8.3-5-installer.run/download


for 64-bit:
http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.3/xampp-linux-x64-1.8.3-5-installer.run/download

atau kunjungi alamat website berikut untuk cek versi terbaru XAMPP Linux
http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/

Catatan :
- untuk mempermudah Taruh File Download diatas di folder Home linux (ex:k4boel)


kemudian ketikan perintah berikut untuk memulai instalasi XAMPP Linux
sudo chmod +x xampp-linux-1.8.3-5-installer.run
sudo ./xampp-linux-1.8.3-5-installer.run







Berikut Tampilan Instalasi XAMPP Linux





Finish

Tampilan Cpanel Program XAMPP 1.8.3-5


http://localhost/xampp/


Tutorial Tambahan :

untuk meletakkan file php atau source code program web yang dibuat taruh di : 
/opt/lampp/htdocs/

Basic Configuration

1. cara agar start atomatis ketika computer restart 

add a command line in “rc.local” file.
Run:
sudo gedit /etc/rc.local
editing.

#! /bin/ bash
#
# rc.local 
#
# This script is executed at the end of each multiuser runlevel.
# Make sure que the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

kemudian save


2. set passwords XAMPP
sudo /opt/lampp/lampp security

3. start the XAMPP service:
sudo /opt/lampp/lampp start

4. Restart XAMPP:
sudo /opt/lampp/lampp restart

5. stop the XAMPP service:
sudo /opt/lampp/lampp stop


6. perintah di bawah ini untuk merubah hak akses direktori htdocs
sudo chmod -R 777 /opt/lampp/htdocs


EmoticonEmoticon