Merge branch '8784-dir-listings'
[arvados.git] / doc / user / getting_started / check-environment.html.textile.liquid
index 4c653f6ba5fa57ef1313b3708632458f2d885c83..b707891a1e168b0593f2eedc99cf1c08a90ac718 100644 (file)
@@ -3,8 +3,13 @@ layout: default
 navsection: userguide
 title: "Checking your environment"
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
 
-First, log into an Arvados VM instance (instructions for "Unix":{{site.baseurl}}/user/getting_started/ssh-access-unix.html#login or "Windows":{{site.baseurl}}/user/getting_started/ssh-access-windows.html#login) or install the Arvados "Command line SDK":{{site.baseurl}}/sdk/cli/index.html and "Python SDK":{{site.baseurl}}/sdk/python/index.html on your workstation.
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
+
+First, log into an Arvados VM instance (instructions for "Webshell":{{site.baseurl}}/user/getting_started/vm-login-with-webshell.html or "Unix":{{site.baseurl}}/user/getting_started/ssh-access-unix.html#login or "Windows":{{site.baseurl}}/user/getting_started/ssh-access-windows.html#login) or install the Arvados "Command line SDK":{{site.baseurl}}/sdk/cli/install.html and "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html on your workstation.
 
 Check that you are able to access the Arvados API server using @arv user current@.  If it is able to access the API server, it will print out information about your account:
 
@@ -37,4 +42,4 @@ However, if you receive the following message:
 
 bc. ARVADOS_API_HOST and ARVADOS_API_TOKEN need to be defined as environment variables
 
-Then follow the instructions for "getting an API token,":{{site.baseurl}}/user/reference/api-tokens.html and try @arv user current@ again.
+follow the instructions for "getting an API token,":{{site.baseurl}}/user/reference/api-tokens.html and try @arv user current@ again.