Flipkart

Tuesday, March 13, 2018

XAMPP Installation on CentOS/RHEL/OEL7

http://tech2more.com/xampp-installation-on-centos-rhel-oel7/
 
XAMPP is an easy to install Apache distribution containing MariaDB, PHP, and Perl. Just download and start the installer.
Check and download the required version.
 Xampp Download URL :-
# cd /opt
# chmod 777 xampp-linux-x64-7.2.1-0-installer.run
[root@tec2more~]# cd /opt
[root@tec2more opt]# ls
rh   xampp-linux-x64-7.2.1-0-installer.run




[root@tec2more opt]# chmod 777 xampp-linux-x64-7.2.1-0-installer.run
[root@localhost opt]# ./xampp-linux-x64-7.2.1-0-installer.run
 Choose the following options that you want to install.
Or
Start Xampp server using terminal


[root@localhost lampp]# ./lampp start
Starting XAMPP for Linux 7.2.1-0…
XAMPP: Starting Apache…ok.
XAMPP: Starting MySQL… .ok.
XAMPP: Starting ProFTPD….ok.
Check apache hit http://localhost

No comments:

Post a Comment