Skip to content

Commit

Permalink
Update ssh config ports
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed May 18, 2021
1 parent 824a5a7 commit 22179e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/Dev Environment Setup Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ In your editor of choice, create the file `~/.ssh/config` and add this:
Host campb303-w2vm1
HostName w2vm1.ecn.purdue.edu
User campb303
# Forward webqueue2 Frontend Port
LocalForward 3000 localhost:3000
# Forward webqueue2 API Port
LocalForward 5000 localhost:5000
# Forward webqueue2 Docs Port
LocalForward 6060 localhost:6060
# Forward webqueue2 API Docs Port
LocalForward 8000 localhost:8000
```

The configuration above will allow you to connect to the development machine and automatically forward ports for development tools to work. Here's a bit more detail about what's going on:
Expand Down

0 comments on commit 22179e8

Please sign in to comment.