Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 37

...

Code Block
languagetext
$ cd Downloads
$ tar -zxvf apache-karaf-3.0.3.tar.gz -C ../Applications/
$ tar -zxvf apache-maven-3.3.1-bin.tar.gz -C ../Applications/

 

Upgrading to Java 8

For OS X, the latest Oracle Java 8 SDK can be downloaded from Oracle. 

...

ONOS may be run on the build machine directly, or packaged and launched on remote machines or VMs. This section describes both launching ONOS on the build machine (locally), and packaging and deploying on a remote (target) machine. 

Initial configuration

 Karaf must first be configured to load the ONOS-related modules. Karaf's configuration file $KARAF_ROOT/etc/org.apache.karaf.features.cfg . Edit the file:
Append the following to featuresRepositories:

...

Running locally on build machine

...