Views: 3968
Last Modified: 22.03.2021

The list below contains packages required for Bitrix24 Self-hosted.

  1. Install apache 2.4 and php 7.2:
    dnf -y install httpd
    
    dnf -y install php php php-cli php-common \
        php-devel php-gd php-json php-mbstring \
        php-mysqlnd php-opcache php-pdo php-pear \
        php-pecl-apcu php-pecl-zip php-process php-xml php-ldap
    
  2. Install nginx (version 1.14):
    dnf install nginx -y
    
  3. Install MariaDB сервер (version 10.1):
    dnf install mariadb -y
    
  4. Install node и npm (push-server):
    dnf install nodejs -y
    
  5. Install redis:
    dnf install redis -y
    




Courses developed by Bitrix24