Installation
Getting started
-
First, you need to install ONOS using the instructions that are posted here: Developer Quick Start
-
Second, you need to install docker on your machine using the instructions that are posted here: Docker Installation Guideline
-
Third, you need to download the binary version of DNOS to install on ONOS as an application. You can find the latest releases here: DNOS Releases
- Run ONOS as explained in the first step and install DNOS as an application using the following command:
$ onos-app IP_OF_YOUR_MACHINE install onos-apps-grpc-integration-oar.oar
- Activate the app in ONOS using the following command:
$ app activate org.onosproject.grpc-integration.
It is ready to run sample applications under Tutorials section!
- Previous
- Next