이 콘텐츠는 선택한 언어로 제공되지 않습니다.
18.2. Setup
- Download the Fuse Full Install binary from the Red Hat Customer Portal.
- 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]
export incomingFolderPath=[Full path to the CSV folder]
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Run the following command in the root directory of the quickstart:
mvn clean install -DincomingFolderPath=$incomingFolderPath
mvn clean install -DincomingFolderPath=$incomingFolderPath
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Set the
FUSE_INSTALL_PATH
andFUSE_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]
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 Copied! Toggle word wrap Toggle overflow - Once the environment variables are set run the following from the root directory of the quickstart:
./setupEverythingOnFuse.sh
./setupEverythingOnFuse.sh
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 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 bothadmin
. - Confirm that both the
child1
andchild2
containers were created by accessing Fuse Fabric athttp://127.0.0.1:8181/hawtio/index.html#/fabric/containers
. Both containers should be highlighted in green to indicate they are ready.