Installing Stream
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
Upload the file 'stream-1.0-1.noarch.rpm' through SCP under '/root';
Access the server through SSH with an account with administrative privileges;
Install the Stream package with the following command:
# yum localinstall /root/stream-1.0-1.noarch.rpm
Installing the Stream package will install the following dependencies:
Please note that these packages may have their own dependencies. |