このコンテンツは選択した言語では利用できません。

18.2. Setup


  1. Download the Fuse Full Install binary from the Red Hat Customer Portal.
  2. Export the path to the folder where the CSV files will be placed by running the command:
    export incomingFolderPath=[Full path to the CSV folder]
    Copy to Clipboard Toggle word wrap
  3. Run the following command in the root directory of the quickstart:
    mvn clean install -DincomingFolderPath=$incomingFolderPath
    Copy to Clipboard Toggle word wrap
  4. Set the FUSE_INSTALL_PATH and FUSE_BINARY_PATH variables in the same shell:
    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 Clipboard Toggle word wrap
  5. If running the camel-jbossdatagrid-fuse quickstart in JBoss Fuse 6.2.1 the following changes to the setupEverythingOnFuse.sh script must be made; otherwise proceed to the next step:
    1. Change the version of Fuse being exported to reference the 6.2.1 component.
    2. Update the container name to child1.
    # 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 Clipboard Toggle word wrap
  6. Once the environment variables are set run the following from the root directory of the quickstart:
    ./setupEverythingOnFuse.sh
    Copy to Clipboard Toggle word wrap
  7. After the script completes confirm that the Fuse Hawtio Console may be accessed without error. This console, by default, runs at http://127.0.0.1:8181/hawtio/index.html#/login; the username and password are both admin.
  8. Confirm that both the child1 and child2 containers were created by accessing Fuse Fabric at http://127.0.0.1:8181/hawtio/index.html#/fabric/containers . Both containers should be highlighted in green to indicate they are ready.
トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2025 Red Hat