Versions Compared

Key

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

...

Code Block
themeMidnight
languagebash
$ sudo apt-get install python3-pip -y
$ sudo -H pip3 install -r ~/onos/tools/tutorials/artemis/requirements.txt
$ nano ~/onos/tools/tutorials/artemis/configs/exabgp.conf 
You must put the absolute path at run command, e.g., /home/user/onos/tools/tutorials/artemis/server.py. 
Verify the path that is specific to your setup, using cd and/or pwd/ls, as shown in Figure 3.)

Fig. 3: Verifying the absolute path for the exaBGP configuration file (exabgp.conf).

...