Views: 9289
Last Modified: 04.09.2024

Attention!
  1. For operations, described in this chapter, knowledge of *nix-systems administration is required. Prior to start of these operations, it is recommended to perform full backup of Bitrix Virtual Appliance.
  2. Provided settings are listed outside the scope of the Virtual Appliance menu. This means that the details below are provided for informational purposes only and should be used with clear understanding of your actions and under your own liability. Bitrix24 technical support reviews the questions related to Virtual Appliance menu items only.

When developing your BitrixEnv-based solutions, tracking of file version changes will be required. This feature can be enabled by connecting a source data repository for Virtual Appliance, allowing to track all changes and modifications.

  1. Add file for repository /etc/yum.repos.d/bitrix-source-9.repo with contents:

    [bitrix-source-9]
    name=Bitrix Packages Source for Enterprise Linux 9 - x86_64
    baseurl=https://repo.bitrix.info/dnf/SRPMS
    enabled=1
    gpgcheck=1
    priority=1
    failovermethod=priority
    gpgkey=https://repo.bitrix.info/dnf/RPM-GPG-KEY-BitrixEnv-9
  2. Check, if packets dnf-utils are yum-utils are available:

    dnf clean all && dnf install -y dnf-utils yum-utils
    
  3. Download all source code data (bitrix-env, bx-nginx, bx-ansible-core, bx-push-server):

    yumdownloader --source bitrix-env bx-nginx bx-ansible-core bx-push-server
    
    Approx. console response for standard BitrixVA



Courses developed by Bitrix24