Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After running maven as described in in Building ONOS, karaf can be used to start ONOS and attach to its CLI:

...

Tip

Launching karaf may bring up the default karaf prompt, without the 'ONOS' ASCII art. This is purely cosmetic, and shouldn't affect functionality; typing help onos at the prompt should still bring up a list of available commands.

If the branding is desired, one can move the branding bundle created during the build process to karaf's lib directory:

Code Block
languagetext
$ cp ${ONOS_ROOT}/tools/package/branding/target/onos-branding-1.0.0-SNAPSHOT.jar /karaf-install-dir/apache-karaf-3.0.2${KARAF_HOME}/lib/

And relaunch karaf.

Deploying remotely with onos-package and onos-install

...