Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Memo about adding karaf to PATH

...

Code Block
languagetext
$ export PATH=”$PATH"$PATH:~/onos/dev/bin:~/onos/tools/build:~/onos/tools/test/bin”bin"
Tip
titleAdding Karaf related commands to PATH

To use karaf or onos command described in following sections, $KARAF_HOME/bin needs be added to the PATH environment variable.

By default $ONOS_ROOT/tools/dev/bash_profile expects $KARAF_HOME to be ~/Applications/apache-karaf-$KARAF_VERSION and add them to the PATH.

If you have installed Apache Karaf to a different path, define $KARAF_HOME pointing to the correct path before including $ONOS_ROOT/tools/dev/bash_profile

 

Building ONOS 
Anchor
#build-onos
#build-onos

...