7.4. Installing Your First Quickstart Application
The following procedure demonstrates how to install and run the
camel-quartz-binding
quickstart application. This application makes use of the camel-quartz
component which schedules a logging service to run every second.
- Start JBoss Fuse:
./installDir/bin/fuse
- List the available SwitchYard features by entering the following console command. If this is a fresh instance, they will all be uninstalled at this point.
JBossFuse:karaf@root> features:list | grep switchyard
Install thecamel-quartz-binding
application by entering the following console command:JBossFuse:karaf@root> features:install switchyard-quickstart-camel-quartz-binding
- List the SwitchYard features again. You will now see that the camel-quartz-binding application (the switchyard-quickstart-camel-quartz-binding feature) has been installed, along with its dependencies as defined by the SwitchYard features file.
- View the output from the installed (and running) application by entering the following console command:
JBossFuse:karaf@root> log:tail
Note
Find out more about this quickstart application in
installDir/quickstarts/switchyard/camel-quartz-binding/Readme.md
.