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:start [2024/05/13 15:35] – created elena.krasnobryzhen:dpi:epdg:installation_setup:installation_process:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-{{indexmenu_n>2}} 
-======Installation Process====== 
-=====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.\\ 
-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. 
- 
-=====Installation of Dependencies from OS Repository===== 
-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.\\ 
-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. 
- 
-=====Installation of Dependencies from OS Repository===== 
-Ubuntu:  
-<code bash>apt -yqq install libmnl-dev 
-apt -yqq install libsctp-dev</code> 
- 
-Ubuntu in Docker:  
-<code bash>apt -yqq install libmnl-dev 
-apt -yqq install libsctp-dev 
-apt -yqq install rsyslog 
-apt -yqq install iproute2</code> 
- 
-CentOS: 
-<code bash>yum -yqq install lksctp-tools-devel 
-yum -yqq install libmnl-devel 
-dnf -yq --enablerepo=powertools install trousers-devel</code> 
- 
-CentOS in Docker: 
-<code bash>yum -yqq install lksctp-tools-devel 
-yum -yqq install libmnl-devel 
-dnf -yq --enablerepo=powertools install trousers-devel 
-yum -yqq install rsyslog</code> 
- 
-=====Installation of Dependencies from Distribution Packages===== 
-Ubuntu:  
-<code bash>dpkg -i libgtpnl*.deb</code> 
- 
-CentOS:  
-<code bash>rpm -i libgtpnl*.rpm</code> 
- 
-=====Installation of Software from Distribution Package===== 
-Ubuntu:  
-<code bash>dpkg -i <package_file></code> 
- 
-CentOS:  
-<code bash>rpm -i <package_file></code>