Menu

Lab 6: Restconf Installing Dev Workstation

Lab 6: Restconf Installing Dev Workstation

Setting Up a Development Workstation

This Before beginning this lab on your workstation, install a standard set of development applications, tools, and interfaces.

Step 1: Download load the Code

The code for this lab is available on GitHub at https://github.com/RSTForum/Knowledgebase

  1. Open a bash terminal and create a directory named RSTForum under your $HOME.
mkdir rstforum
cd ~/rstforum
  1. Clone the repository and change into the new folder.
git clone https://github.com/RSTForum/knowledgebase 
  1. Change to the sub-directory for this module.
cd knowledgebase/restconf/
  1. Install the required package in ubuntu for this lab.
sudo apt install curl

Alright, you should be all set and ready to start the lab!