Install Xampp On Centos 7



  1. Centos 7 Mysql Install
  2. Install Xampp On Centos 7 Download
  3. Install Xampp On Centos 7 64-bit
  4. Centos 7 Php 7

To solve a problem which is caused by the unsupported version of PHP toward an old web-based application built on Code Igniter version 1.7.1 besides the alternatives of using docker to provide application container running Apache Webserver that utilize PHP library which support Code Igniter version 1.7.1 is using a portable LAMPP.

Centos 7 Mysql Install

Using LAMPP with the suitable PHP version will permit Apache Webserver to render the web-based application powered by Code Igniter version 1.7.1 properly. Below are the steps of doing it :

1. Before the installation of LAMPP is started, it can be retrieved by downloading the installer package in below in XAMPP Linux version’s official download page :

Then using sudo, execute the xampp installation file to install it on your computer: sudo./xampp-linux-x64-7.2.5-0-installer.run cd /Downloads. Change the file mode to executable: chmod +x xampp-linux-x64-7.2.5-0-installer.run. Then using sudo, execute the xampp installation file to install it on your computer. How To Install XAMPP on CentOS 7 XAMPP is an open source software that provides users with an out-of-the-box server experience. It is a complex, yet very easy-to-use AMPP (Apache, MySQL, PHP and Perl) distribution that’s compatible with the Linux, Microsoft Windows and Mac OS X operating systems. Before start to install XAMPP on our linux machine. We must have the non-root user account on our desktop with sudo privileges. So before installing XAMPP we need to download the latest package of XAMPP. To download XAMPP run the below command in the terminal using wget command.

The chosen file of LAMPP is xampp-linux-x64-1.8.3-5-installer.run. After successfully finished downloading the file, execute the following command to modify it so that it is executable :

2. Execute the file to begin the installation process with the following execution command :

Install Xampp On Centos 7 Download

Just type ‘Y’ since it is on the stage of development for trial-and-error.

Please type Y to initiate the installation process.

Just type enter, so that the installation folder of LAMPP will be specified in the default location which is in /opt/lampp :

Just type ‘Y’ to begin the installation process as shown below :

Install Xampp On Centos 7 64-bit

Install

To be able to check whether LAMPP can be used or not, below is the step of the execution for preparation:

Centos 7 Php 7

To start LAMPP, below is the command which is needed to be executed :

Centos 7 install mysql server

As shown in the above command execution, the process of starting LAMPP has already success.