Versions Compared

Key

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

...

The first step is to create a fresh install of Ubuntu 14.04.2 LTS server edition. I then installed Then proceed to install Git, Apache Karaf, Apache Maven, and Oracle Java 8. You can find detailed instructions on how to do that here: ONOS from Scratch#2.Installrequiredsoftware

Next, create a key pair as follows

Code Block
languagebash
ssh-keygen -t rsa

 

This VM will host the ONOS instance containers. In In the following, we'll first create a single container that is fully configured, and then clone the original as many times as needed.

...