Judul : xampp installation on Linux system (Ubuntu)
link : xampp installation on Linux system (Ubuntu)
xampp installation on Linux system (Ubuntu)
(1)step 1:
download xampp setup from
url="https://www.apachefriends.org/download.html"
(2)step 2:
jafar@ubuntu-business:~$ sudo su
[sudo] password for jafar:
root@ubuntu-business:/home/jafar# cd /home/jafar/Downloads
root@ubuntu-business:/home/jafar/Downloads# sudo chomod 777 -R xampp-linux-5.5.37-0-installer.run
sudo: chomod: command not found
root@ubuntu-business:/home/jafar/Downloads# sudo chmod 777 -R xampp-linux-5.5.37-0-installer.run
root@ubuntu-business:/home/jafar/Downloads# ./xampp-linux-5.5.37-0-installer.run
(3)step 3 :
after that your setup installation will start cick on "next" and "next and finally click on "finish" setup..
(4)now to start xmapp on ubuntu:
open terminal & type given below command:
sudo /opt/lampp/lampp/ start
(5)how to create a php file :
open terminal & type given below command :
cd \opt\lampp\htdocs\yourprojectfolder
(6)now type following command to create exmaple.php file inside your project folder:
cat >example.php
and make enter and type following code
<?php
echo "hello world ";
?>
and press CTRL + D TO SAVE FILE.
(7)NOW OPEN BROWSER AND AND RUN "exmaple.php" file.
"Localhost/yourprojectfolder/example.php "
download xampp setup from
url="https://www.apachefriends.org/download.html"
(2)step 2:
jafar@ubuntu-business:~$ sudo su
[sudo] password for jafar:
root@ubuntu-business:/home/jafar# cd /home/jafar/Downloads
root@ubuntu-business:/home/jafar/Downloads# sudo chomod 777 -R xampp-linux-5.5.37-0-installer.run
sudo: chomod: command not found
root@ubuntu-business:/home/jafar/Downloads# sudo chmod 777 -R xampp-linux-5.5.37-0-installer.run
root@ubuntu-business:/home/jafar/Downloads# ./xampp-linux-5.5.37-0-installer.run
(3)step 3 :
after that your setup installation will start cick on "next" and "next and finally click on "finish" setup..
(4)now to start xmapp on ubuntu:
open terminal & type given below command:
sudo /opt/lampp/lampp/ start
(5)how to create a php file :
open terminal & type given below command :
cd \opt\lampp\htdocs\yourprojectfolder
(6)now type following command to create exmaple.php file inside your project folder:
cat >example.php
and make enter and type following code
<?php
echo "hello world ";
?>
and press CTRL + D TO SAVE FILE.
(7)NOW OPEN BROWSER AND AND RUN "exmaple.php" file.
"Localhost/yourprojectfolder/example.php "
Demikianlah Artikel xampp installation on Linux system (Ubuntu)
Sekianlah artikel xampp installation on Linux system (Ubuntu) kali ini, mudah-mudahan bisa memberi manfaat untuk anda semua. baiklah, sampai jumpa di postingan artikel lainnya.
Anda sekarang membaca artikel xampp installation on Linux system (Ubuntu) dengan alamat link https://othereffect.blogspot.com/2016/08/xampp-installation-on-linux-system.html
0 Response to "xampp installation on Linux system (Ubuntu)"
Post a Comment