...
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 | ||
---|---|---|
| ||
rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm |
Update:
Code Block | ||
---|---|---|
| ||
yum update |
Install:
Expand |
---|
PHP 7.1 0 / Apache2 / extensions
Development tools for pecl / additional system packages:
|
Code Block | ||
---|---|---|
| ||
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
...
language | bash |
---|
...
3) Configuring the requirements:
...
Code Block | ||
---|---|---|
| ||
tar -xf productionBuild-7.x.x-php7.10.tar -C /var/www/html |
2. Change the permissions to be the web user permissions
...