Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 7.0.1

...

Installations of ProVision 7.x and newer require  PHP 7.1 0 (and related extensions). CentOS 6 comes with PHP 5.3 by default. You can either add a repository which provides PHP 7.1 0 or install PHP manually.

The Webtatic and Remi repos both have versions of PHP which are newer than those in the official repos. For this example, we'll be using Webtatic

Add the repository:

Code Block
languagebash
rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm

Update:

 

Code Block
languagepowershell
yum update

 

Install:

Expand

PHP 7.1 0 / Apache2 / extensions

  • httpd 
  • php71w php70w 
  • php7170w-opcache 
  • php7170w-mysqlnd 
  • php7170w-pdo 
  • php7170w-ldap 
  • php7170w-pecl-memcache 
  • php7170w-bcmath 
  • php7170w-devel 
  • php7170w-pear 
  • php7170w-cli

Development tools for pecl / additional system packages:

  • curl 
  • openssl 
  • memcached 
  • mod_ssl

 


Code Block
languagebash
yum install httpd php71wphp70w php71wphp70w-opcache php71wphp70w-mysqlnd php71wphp70w-pdo php71wphp70w-ldap php71wphp70w-pecl-memcache php71wphp70w-bcmath php71wphp70w-devel php71wphp70w-pear php71wphp70w-cli curl openssl memcached mod_ssl

MySQL

...


Code Block
    yum install curl openssl nmap bind-utils bind expect

DNSSEC-Tools

Install and Compile DNSSEC-Tools

...

languagebash

...

 


3) Configuring the requirements:

...

Code Block
languagebash
 tar -xf productionBuild-7.x.x-php7.10.tar -C /var/www/html

2. Change the permissions to be the web user permissions

...