Versions Compared

Key

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

...

The ONOS source code may be downloaded using git. git is available via various package managers.

Checking out code

The latest ONOS source can then be checked out using git:

...

This clones the repository to your home directory, under a directory named onos.

In order to checkout ONOS 1.0.0 (stable version), do the following once you cloned the repository:

Code Block
languagetext
$ cd onos
$ git checkout 1.0.0

Maven Artifacts

The artifacts have been pushed to Maven Central Repository

...