此内容没有您所选择的语言版本。

19.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

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat