Tuesday, September 24, 2019

Instal XAMPP for Linux

Assalamu'alaikum W. W.

Install XAMPP for Linux di Vbox dengan Ubuntu Server atau Debian
Download installer xampp di https://www.apachefriends.org/download.html

copy hasil download xampp ke Ubuntu Server ..... bisa pake Winscp

masuk di Ubuntu Server

# chmod +x xampp-linux-x64-5.6.30-0-installer.run
# ./xampp-linux-x64-5.6.30-0-installer.run 



tinggal tekan Y Y Y ... kayak di windows ... next next ...

# /opt/lampp/lampp start


biar bisa autostart ....
edit file rc.local
tambahkan pada baris sebelum exit

#! /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.
/opt/lampp/lampp start
exit 0

simpan dan reboot

siap dech ....