Skip to content

nordeck/vsg-offline-installer-v11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vsg-offline-installer-v11

SIP-Jibri (aka video-sip-gateway) offline installer for Debian 11 Bullseye.

Installation

Use a Debian 11 Bullseye box with standard packages only. It will not work if non-standard packages are installed, such as desktop environment.

Update

Update your system and reboot it if there is a new kernel before starting installation.

apt-get update
apt-get dist-upgrade

reboot

Download

Check the available version here.

VERSION="v20240514"

wget https://github.com/nordeck/vsg-offline-installer-v11/archive/refs/tags/$VERSION.tar.gz
tar zxf $VERSION.tar.gz

cd vsg-offline-installer-v11-$(echo $VERSION | tr -d v)

Configuration

  • Update files in environment folder according to your environment.

  • Update config.sh according to your JMS setup.

Installation

Run install.sh

bash install.sh