Lind with VSCode - Lind-Project/lind_project GitHub Wiki
Step 1: Connect to NYU VPN
If you are on campus and using the NYU network, you can skip Step 1.
- Install openconnect:
$ sudo apt-get install openconnect network-manager-openconnect network-manager-openconnect-gnome
- Connect:
$ sudo openconnect vpn.nyu.edu
Then follow the instructions
Step 2: Install Remote - SSH on VSCode
- Open Extensions in VScode and find
Remote - SSH

- After installation, click the
Remote Explorerbutton located at left toolbar, then click the plus sign (Add New) next to SSH target.

- Then type
ssh [username]@lind-server.engineering.nyu.edu -Aand connect to the Lind server.

Step 3: Install Docker on VScode
- Open Extensions in VScode and find
Docker

Step 4: Modify Lind source code in VScode
-
Click Docker icon on the left side-bar
-
Find your container and start working
