sudo yum install -y epel-release sudo yum install -y gcc gcc-c++ make libxml2-devel bzip2-devel openssl-devel libcurl-devel libjpeg-devel libpng-devel freetype-devel gmp-devel libmcrypt-devel mysql-devel autocon
Alternatively, if you want to install PHP 7.0, you should refer toWebtatic PHP 7.0 introduction page. Step 3: configure PHP 7.x After the installation, the PHP 7.x configuration file will be saved as/etc/php.ini. If necessary, you can use thevitext editor to modify it: 1 2 sudo cp...
You must have already installed PHP on your CentOS 7 server. If you have not done this yet, please reference our tutorial:How to install PHP on CentOS 7. You'll need to be logged in to your SSH. If you're not familiar with how to do this, take a moment and read through the foll...
To install PHP ImageMagick on CentOS 7 ImageMagick is a free and open-source software suite used for creating, editing, composing, or converting bitmap images. With ImageMagick, you can it is easy for you to read and write images in a variety of formats like GIF, JPEG, PNG, Postscript, ...
Install XCache for PHP on CentOS To start the installation process, we will need first to add the EPEL repository to the system. For CentOS 6, CentOS 7 and CentOS 8, use the following code. yum install epel-releaseCopy Now let’s go ahead with the second instalment. To learn more about...
To install the Remi repository for CentOS 7, run: sudoyuminstallhttp://rpms.remirepo.net/enterprise/remi-release-7.rpm Copy After the installation is done, you’ll need to run a command to enable the repository containing your preferred version of PHP. To check which PHP 7+ releases...
To install SoapUI in CentOS 7 SoapUI is a free and open source cross-platform functional testing tool used on the web services. SoapUI is a simple to use tool, and its installation is also quite simple. This article covers the installation of SoapUI on CentOS 7. ...
centreon-release.noarch 0:3.4-4.el7.centos Install the centreon package by executing the install command as shown below yum install centreon-base-config-centreon-engine centreon Make the listed changes in the php-timezone.ini file and arrange the time zone of the application. ...
Additionally, you’ll need to have a LAMP (Linux, Apache, MySQL, and PHP) stack installed on your CentOS 7 server. If you don’t have these components already installed or configured, you can use this guide to learn how to install LAMP on CentOS 7. When you are finished with these st...
You CentOS system has been updated successfully. Now, next step is to install Apache Web Server. Before installation of Apache Web Server, you will need to installnano editorandepel-release. Install Nano Editor 1.To install nano editor, execute the command below: ...