Versions Compared

Key

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

...

  1. Log into your new VM as sdn and give the user passwordless sudo privileges. Run sudo visudo, and add the following line to the end of the file:

    Code Block
    languagetext
    USER_ID ALL=(ALL) NOPASSWD:ALL
  2. Install Java 8

    Code Block
    languagebash
    $ sudo apt-get install software-properties-common -ybuild:~$ sudo add-apt-repository ppa:webupd8team/java -y
    $ sudo apt-get update
    $ sudo apt-get install oracle-java8-installer oracle-java8-set-default -y
  3. Set up the public key login either using onos-push-keys or copying your public key of your development host to ONOS node