Installation process [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:dpi:epdg:installation_setup:installation_process [2024/09/26 15:29] – created - external edit 127.0.0.1en:dpi:epdg:installation_setup:installation_process [2025/12/26 09:36] (current) elena.krasnobryzh
Line 1: Line 1:
 {{indexmenu_n>2}} {{indexmenu_n>2}}
-======Installation Process======+======Installation process======
 =====Distribution===== =====Distribution=====
-The software distribution consists of a DEB package intended for use with package managers in Debian-like OSs and an RPM package intended for package managers in RHEL-like OSs.\\ +The software distribution consists of a DEB package intended for use with the software package manager on Debian-based operating systems and an RPM package intended for the package manager on RHEL-based operating systems.\\ 
-In addition to the main DEB/RPM software package, the distribution may contain additional DEB/RPM software packages, the presence of which is required for the correct installation of the main package.+In addition to the main DEB/RPM software package, the distribution may contain additional DEB/RPM software packages required for the correct installation of the main package.
  
-=====Installation of Dependencies from OS Repository===== +=====Installation order and deployment options===== 
-The installation process involves installing the necessary software packages from the OS repository, additional software packages included in the distribution, and installing the main software package.\\ +The installation process consists of installing the required software packages from the operating system repository, additional software packages included in the distribution, and installing the main software package.\\ 
-Software installation can be performed in supported OS distributions in various deployment scenarios: on a physical server, in a virtual machine, in a Docker container, as well as other execution environments, virtualization, or containerization environments.+The software can be installed on operating systems supported by the distribution in various deployment options: on a physical server, in a virtual machine, in a Docker container, as well as in other execution, virtualization, or containerization environments.
  
-=====Installation of Dependencies from OS Repository===== +=====Step 1. Installing dependencies from the os repository===== 
-Ubuntu:  +Ubuntu: 
-<code bash>apt -yqq install libmnl-dev +<code bash> 
-apt -yqq install libsctp-dev</code>+apt -yqq install libsctp-dev 
 +</code>
  
-Ubuntu in Docker:  +Ubuntu in Docker: 
-<code bash>apt -yqq install libmnl-dev+<code bash>
 apt -yqq install libsctp-dev apt -yqq install libsctp-dev
 apt -yqq install rsyslog apt -yqq install rsyslog
-apt -yqq install iproute2</code>+apt -yqq install iproute2 
 +</code>
  
 CentOS: CentOS:
-<code bash>yum -yqq install lksctp-tools-devel +<code bash> 
-yum -yqq install libmnl-devel +yum -yqq install lksctp-tools-devel 
-dnf -yq --enablerepo=powertools install trousers-devel</code>+</code>
  
 CentOS in Docker: CentOS in Docker:
-<code bash>yum -yqq install lksctp-tools-devel +<code bash> 
-yum -yqq install libmnl-devel +yum -yqq install lksctp-tools-devel 
-dnf -yq --enablerepo=powertools install trousers-devel +yum -yqq install rsyslog 
-yum -yqq install rsyslog</code>+</code>
  
-=====Installation of Dependencies from Distribution Packages===== +=====Step 2. Downloading the distribution package from the repository===== 
-Ubuntu:  +<code bash> 
-<code bash>dpkg -i libgtpnl*.deb</code>+rpm --import http://vasexperts.ru/centos/RPM-GPG-KEY-vasexperts.ru 
 +rpm -Uvh http://vasexperts.ru/centos/6/x86_64/vasexperts-repo-1-0.noarch.rpm 
 +</code>
  
-CentOS:  +=====Step 3. Installing the software from the distribution package===== 
-<code bash>rpm -i libgtpnl*.rpm</code>+Ubuntu
 +<code bash> 
 +dpkg -i fast-epdg*.deb 
 +</code>
  
-=====Installation of Software from Distribution Package===== +CentOS
-Ubuntu:  +<code bash> 
-<code bash>dpkg -i <package_file></code+rpm -i fast-epdg*.rpm 
- +</code>
-CentOS:  +
-<code bash>rpm -i <package_file></code>+