Manual Xpress OnPrem installation (Debian 10 Buster) - Jabra

Manual Xpress OnPrem installation (Debian 10 Buster) Jabra Xpress

8th November 2020

Jabra is a brand of GN Audio A/S |

1

Contents

1. INSTALL Debian 10 Buster ........................................................................................................... 3 2. INSTALL Xpress On Prem on Debian 10 ......................................................................................... 3 2.1 Install Docker ............................................................................................................................ 3 2.2 Install MSSQL ........................................................................................................................... 5 2.3 Create docker-compose.yml file ................................................................................................ 6 3. Start Docker ............................................................................................................................... 8 4. INFO........................................................................................................................................ 10 5. Docker-Compose Up Output ...................................................................................................... 11 Appendix ....................................................................................................................................... 17 Revision History:............................................................................................................................. 17

Jabra is a brand of GN Audio A/S |

2

1. INSTALL Debian 10 Buster Estimated time: 30 -35 minutes Tested on Lenovo X220, T420, T500, HP Stream, Intel NUC

DEBIAN_Installation _ver_1_0.docx

*Please use this installation on a laptop/PC used in a test environment. **Please be aware about the MSSQL licensing in case of production usage: - LICENCE paragraph.

Install Wifi Driver:

Install_Wifi_Driver.d ocx

SSH enabled on Debian machine

2. INSTALL Xpress On Prem on Debian 10 - documentation.

2.1 Install Docker

Please go to select Debian Install using the repository

Jabra is a brand of GN Audio A/S |

3

For Debian 10 Buster steps are below: $ sudo apt-get update Install packages to allow apt to use a repository over HTTPS: $ sudo apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-propertiescommon

Add Docker's official GPG key:

$ curl -fsSL | sudo apt-key add -

Set up the stable repository:

$ sudo add-apt-repository \ "deb [arch=amd64] \ $(lsb_release -cs) \ stable"

$ sudo apt-get update

$ sudo apt-get install docker-ce docker-ce-cli containerd.io -> last docker is installed

$ apt-cache madison docker-ce

- list the versions available in your repo

In case a specific one is needed use below command as example:

sudo apt-get install docker-ce=5:19.03.2~3-0~debian-buster docker-ce-cli=5:19.03.2~3-0~debian-buster

containerd.io

Jabra is a brand of GN Audio A/S |

4

$ sudo systemctl enable docker -enable Docker $ systemctl status docker - check status

docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor pres> Active: active (running) since Wed 2019-07-03 09:58:20 CEST; 47s ago Docs: Main PID: 9192 (dockerd) Tasks: 27 Memory: 63.0M CPU: 455ms CGroup: /system.slice/docker.service 9192 /usr/bin/dockerd --add-runtime oci=/usr/sbin/docker-runc 9200 docker-containerd --config /var/run/docker/containerd/contai

2.2 Install MSSQL

Quickstart: Run SQL Server container images with Docker

Link:

Pull and run the container image $ sudo docker pull mcr.mssql/server:2017-latest

To run the container image with Docker: $ sudo docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Jabra123' -p 1433:1433 --name sql1 -d mcr.mssql/server:2017-latest result similar to -> 5768c9cdca1502c366d6149ff30280a35a3a63d89587fc0a7d3d91da82828aba

$ sudo docker ps -a

CONTAINER ID IMAGE

PORTS

NAMES

COMMAND

CREATED

STATUS

Jabra is a brand of GN Audio A/S |

5

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download