Skip to content

Commit

Permalink
Document localhost URL (fixes #1323) (#1324)
Browse files Browse the repository at this point in the history
Document localhost URL

Co-authored-by: Chen, Michael <[email protected]>
  • Loading branch information
machenmusik and Chen, Michael authored Feb 1, 2023
1 parent edef6d6 commit f5f4240
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/developer_guides/viewer/viewer_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ yarn install
yarn start
```

The local webserver runs on port 4000 by default,
so when `ns-train` is running, you can connect to the viewer locally at
[http://localhost:4000/?websocket_url=ws://localhost:7007](http://localhost:4000/?websocket_url=ws://localhost:7007)

#### Running the Bridge Server Manually

The viewer bridge server runs on the same machine that you use for training. The training code will connect to this server with a lightweight TCP connection using ZMQ. The training job will launch the viewer bridge server is you specify `--viewer.launch-bridge-server` in the terminal. Otherwise, you can launch the bridge server manually with the following script.
Expand Down

0 comments on commit f5f4240

Please sign in to comment.