# ABC-NSO **Repository Path**: mirrors_CiscoDevNet/ABC-NSO ## Basic Information - **Project Name**: ABC-NSO - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ABC-NSO ## Mandatory Steps Pre-Bootcamp 1. Install the remote extension pack for Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) 2. Connect to the remote developer@10.10.20.50 3. Open a Terminal in VSCode (which should be on the Devbox) 4. Clone this repo: ```sh git clone https://github.com/CiscoDevNet/ABC-NSO.git ``` ## Starting a Lab To prepare the lab environment, call the `start` script with the desired lab from a Terminal pane within VSCode. e.g.: ```sh $ sh start lab- ``` Then, change directory to `~/nso-lab-` and run `code -a .` to open that directory within the VSCode window. The script expects NSO to be installed in `~/nso`, which must include all of the required NEDs. Everything will deploy to the `~/nso-lab-` directory, with a `~/nso-lab` symlink for convenience.