Malah xampp ini adalah percuma :
XAMPP is a compilation of free software (comparable to a Linux distribution), it's free of charge and it's free to copy under the terms of the GNU General Public License. But it is only the compilation of XAMPP that is published under GPL. Please check every single license of the contained products to get an overview of what is, and what isn't, allowed.
In the case of commercial use please take a look at the product licenses (especially MySQL), from the XAMPP point of view commercial use is also free.
baiklah kali ini saya akan tunjukkan cara untuk install xampp ini pada sistem ubuntu anda.
pertama sekali anda perlu download xampp untuk linux ini disini:
http://www.apachefriends.org/en/xampp-linux.html
contoh versi pakej xampp yang ketika saya post artikel ini adalah xampp linux 1.7.1 ,
http://www.apachefriends.org/download.php?xampp-linux-1.7.1.tar.gz
Setelah anda siap muat turun pakej tersebut,extract pakej tersebut di /opt menggunakan command ini di terminal anda.
sudo tar xvfz xampp-linux-1.5.3a.tar.gz -C /opt
anda berjaya kita pakej xampp untuk linux itu dapat diextract tanpa sebarang masalah....
untuk memulakan/menghidupkan proses Xampp anda,anda boleh menggunakan command ini..
sudo /opt/lampp/lampp start
Untuk menghentikan proses xampp anda tersebut sila gunakan command ini,
sudo /opt/lampp/lampp stop
Baiklah untuk menggunakan fungsi Control Panel Xampp ,sila ikut cara dibawah..
Taip/copy paste ini di terminal anda,dan satu tetingkap baru akan dikeluarkan...
sudo gedit /usr/share/applications/xampp-control-panel.desktop
Kemudian,simpan kode dibawah ini dan save.
[Desktop Entry]
Encoding=UTF-8
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Exec=gksudo "python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py"
Icon=/usr/share/icons/Tango/scalable/devices/network-wired.svg
Terminal=false
Type=Application
Categories=GNOME;Application;Network;
StartupNotify=true
untuk membolehkan anda membuat folder dan menyimpan fail di htdoc
login sebagai root menggunakan command
su
kemudian,gunakan command ini,
chmod -R 0777 /opt/lampp/htdocs
hantar komen anda,adakah anda berjaya melakukan tutorial ini?
1 comments:
emmm...xammp rase sudah ramai orang tak pakai..cuba install lamp..lamp rase nya lagi senang sbb xpayah nk extract dan boleh di update installer nye... boleh lihat di blog saya.. http://autorobot.byethost4.com
Post a Comment