Versions Compared

Key

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

...

 We have downloaded some starter code in the ~/onos-byon directory. It contains a root pom.xml file for the project, as well as a initial implementation of the CLI bundle. We can start by importing  the entire project into IntelliJ. 


Before we start, make sure you have the latest version of the template code by running:

Code Block
distributed@mininet-vm:~/onos-byon/ $ git fetch && git pull


First start IntelliJ by double clicking on the IntelliJ icon on your desktop. When you get prompted with the following window.

...