Installing on macOS in Silent Mode
To silently install
TIBCO ActiveSpaces Connector for Apache Pulsar on macOS platforms, complete this task.
Procedure
-
Download the installation package.
Download the package for
either the community edition or the enterprise edition.
| Edition
|
Command
|
| Community Edition
|
TIB_msg-ap2as-ce_1.0.x_macosx_x86_64.pkg
|
| Enterprise Edition
|
TIB_msg-ap2as_1.0.x_macosx_x86_64.pkg
|
-
Open a terminal window and navigate to the directory in which the installer archive package is located.
-
Run the installer silently.
sudo installer -pkg package_name -target /
-
Copy the AS Connector for Apache Pulsar to the
connectors/ directory of your Pulsar installation.
cp /opt/tibco/apd/as-bridge/1.0/lib/pulsar-io-activespaces-1.0.nar \
/opt/tibco/apd/core/2.6/connectors
-
In a text editor, open the configuration file
/opt/tibco/apd/core/2.6/conf/functions_worker.yml and change line
extraFunctionDependenciesDir:
to
extraFunctionDependenciesDir: "/opt/tibco/ftl/current-version/lib/tibftl.jar:/opt/\
tibco/as/current-version/lib/tibdg.jar:lib"
Note: Version 2.6 is shown above, but your Pulsar version might be different.
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.