Video Installation of the TIBCO® Streaming Runtime for Production

Video Installation of the TIBCO® Streaming Runtime for Production

book

Article ID: KB0076037

calendar_today

Updated On:

Products Versions
TIBCO Streaming 10

Description

How can we install only the TIBCO Streaming runtime in production environments without also installing on the production server the development environment, maven repository, testing tools, and documentation?

Issue/Introduction

https://www.youtube.com/watch?v=SbcjT7gBS0c

Resolution

The full TIBCO® Streaming product installation for a Development environment includes a single ZIP-file package used for server-only deployment to Production environments. This video shows a complete deployment of only the TIBCO Streaming runtime with OS configuration and a StreamBase application to demonstrate correct environment set-up and installation.

Video: https://www.youtube.com/watch?v=SbcjT7gBS0c

To install platform_linuxx86_64-10.4.4.zip into the /opt directory, use steps (example):
$ su 
# cd /opt 
# mkdir -p tibco/sb-cep/10.4.4
# cd tibco/sb-cep/10.4.4
# unzip /home/me/uploads/platform_linuxx86_64-10.4.4.zip


Set these environment variables for the user account used to run the TIBCO Streaming server:
JAVA_HOMEThe location of the Oracle Java JDK obtained from Oracle Corp.
TIBCO_EP_HOMEThe parent directory where the server was installed
PATHPlace at the start the environment variable the paths:
        {TIBCO_EP_HOME}/distrib/tibco/bin
        {JAVA_HOME}/jdk/bin