Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rephrase some monitoring doc #1022

Open
wants to merge 2 commits into
base: master
from

Conversation

Projects
None yet
3 participants
@benclifford
Copy link
Contributor

commented Jun 7, 2019

Remove requirement to run in pwd, as absolute path is always specified on the command line.

Change some phrasing of launching in remote access modes.

Remove requirement to run in pwd, as absolute path is always specifie…
…d. Change some phrasing of launching in public mode.

$ ssh -L 50000:127.0.0.1:8080 username@cluster_address

This binds your local machine's port 50000 to the remote cluster's port 8080. This allows you to access viz_server directly on your local machine's browser via `127.0.0.1:50000`.

.. warning:: Below is an alternative to host the viz_server, which may violate the cluster's security policy. Please check with your cluster admin before doing this.
.. warning:: Below is an alternative to host the viz_server on a cluster which may violate the cluster's security policy. Please check with your cluster admin before doing this.

This comment has been minimized.

Copy link
@danielskatz

danielskatz Jun 7, 2019

Collaborator

add a comma after cluster, please

@danielskatz

This comment has been minimized.

Copy link
Collaborator

commented Jun 7, 2019

I don't think this conflicts with #1007

@yadudoc

yadudoc approved these changes Jun 7, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.