export FUSE_INSTALL_PATH = [Full path to the folder where Fuse will be installed]
export FUSE_BINARY_PATH = [Full path to the Fuse zip file downloaded in step 1]
export FUSE_INSTALL_PATH = [Full path to the folder where Fuse will be installed]
export FUSE_BINARY_PATH = [Full path to the Fuse zip file downloaded in step 1]
Copy to ClipboardCopied!Toggle word wrapToggle overflow
Original line with old version
export FUSE_VERSION=jboss-fuse-6.2.0.redhat-133
Updated line for Fuse 6.2.1:
Original line exporting the profile
Updated line for Fuse 6.2.1:
# Original line with old version
# export FUSE_VERSION=jboss-fuse-6.2.0.redhat-133
# Updated line for Fuse 6.2.1:
export FUSE_VERSION=jboss-fuse-6.2.1.redhat-084
[...]
# Original line exporting the profile
#sh client -r 2 -d 10 "fabric:container-add-profile child demo-local_producer" > /dev/null 2>&1
# Updated line for Fuse 6.2.1:
sh client -r 2 -d 10 "fabric:container-add-profile child1 demo-local_producer" > /dev/null 2>&1
Copy to ClipboardCopied!Toggle word wrapToggle overflow
環境変数の設定後、クイックスタートのルートディレクトリーから以下のコマンドを実行します。
./setupEverythingOnFuse.sh
./setupEverythingOnFuse.sh
Copy to ClipboardCopied!Toggle word wrapToggle overflow