Installing Stream

In order to install Stream, the server must have access to a repository (mirror, iso file, …​) of the linux distribution you are using in order to be able to install the dependencies of the software. Stream package has the following dependencies:

  • dialog

  • java-11-openjdk-headless

  • tzdata-java

Please note that these packages may have their own dependencies.

Installation from the EverTrust repository

Create a /etc/yum.repos.d/stream.repo file containing the EverTrust repository info:

[stream]
enabled=1
name=Stream Repository
baseurl=https://repo.evertrust.io/repository/stream-rpm/
gpgcheck=0
username=<username>
password=<password>

Replace <username> and <password> with the credentials you were provided.

You can then run the following to install the latest Stream version:

# yum install stream

To prevent unattended upgrades when running yum update, you should pin the Stream version by adding

exclude=stream

at the end of the /etc/yum.repos.d/stream.repo file after installing Stream.

Installing from RPM

Download the latest RPM for version 1.2 on the Official EVERTRUST repository.

Upload the file 'stream-1.2.x-1.x86_64.rpm' to the server;

Access the server with an account with administrative privileges;

Install the Stream package with the following command:

# yum localinstall /root/stream-1.2.x-1.x86_64.rpm