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
- Open a bash terminal and create a directory named RSTForum under your $HOME.
mkdir rstforum
cd ~/rstforum
- Clone the repository and change into the new folder.
git clone https://github.com/RSTForum/knowledgebase
- Change to the sub-directory for this module.
cd knowledgebase/restconf/
- 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!