Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated for new links

This article is to deploy a distribution version in production environment, not for development purpose. For developer, please read (Developer Quick Start), and other articles in theĀ Developer Guide.

The following section describes how to install ONOS on a single target machine, running the installation steps locally (on the target machine itself).

...

The target machine will be able to eventually join other nodes in later steps, to form a cluster.

Installation

Before continuing remember to verify if you have all the requirements at this link.

ONOS default packages assume ONOS gets installed under /opt, so let's first make sure the directory exists and let's move into it

...


Start downloading the desired version of ONOS in tar.gz format. Choose your favorite from the ONOS website, download section (
http://downloads.onosproject.org). Copy the file downloaded or download the file directly from the target machine and put it in /opt. For example:

Code Block
languagebash
titleDownload ONOS
sudo wget -c httphttps://downloadsrepo1.onosprojectmaven.org/release/maven2/org/onosproject/onos-releases/$ONOS_VERSION/onos-$ONOS_VERSION.tar.gz

...