Views: 4082
Last Modified: 19.03.2021
Below is the complete list of packages needed for Bitrix24 Self-hosted.
Installation step-by-step
- Install apache version 2.4 and php 7.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
- Install Nginx (version 1.16):
zypper -n install nginx
- Install MariaDB server (version 10.4):
zypper -n install mariadb
- Install Node (version 14) and npm (push-server):
zypper -n install nodejs10
- Install Redis:
zypper -n install redis