Views: 3173
Last Modified: 19.03.2021

Below is the complete list of packages needed for Bitrix24 Self-hosted.

Installation step-by-step

  1. Install apache version 2.4 and php 7.2:
  2. zypper -n install apache2
    
    zypper -n install php7 php7 php7 \
        php7 php7-opcache php7-zip php7-posix \
        php7-zlib php7-openssl php7-mbstring \
        php7-bz2 php7-curl php7-iconv \
        php7-json php7-pecl php7-devel php7-sockets  \
        php7-gd apache2-mod_php7 php7-mysql
    
  3. Install Nginx (version 1.16):
  4. zypper -n install nginx
    
  5. Install MariaDB server (version 10.4):
  6. zypper -n install mariadb
    
  7. Install Node (version 14) and npm (push-server):
  8. zypper -n install nodejs10
    
  9. Install Redis:
  10. zypper -n install redis
    




Courses developed by Bitrix24