Starting ConductR Sandbox with a single node
ConductR Sandbox runs the following command syntax:
sandbox run <SANDBOX_VERSION><FEATURES>We have already discussed how to start Sandbox in the previous section, using the following command:
ram$ sudo sandbox run 2.1.12 -n 1 --feature visualizationHere, we start our Sandbox environment with only one available node in our cluster.
Bundle WF Reactive System components
In this section, we will discuss how to bundle our WF Reactive System components one by one using the ConductR Sandbox CLI.
Perform the following steps to bundle our components:
- Open the SBT console in our
lagom-wf-reactive-systemproject root folder:

- Execute the
projectscommand to list the available projects:

- Execute the
bundle:distcommand to bundle or package our Reactive System components, as shown here:
>bundle:dist .... [info] Bundle has been created: /home/rambabuposa/Applications/lagom-wf-reactive-system/wf-frontend/target/bundle/wf-forntned-1.0.0-8afb9230b7ed3b122e5434f80930aa7d9896f491b4a927febf18230161481248...