[ARVADOS] updated: 2.1.0-293-gbec7d0354

Git user git at public.arvados.org
Mon Jan 25 20:27:10 UTC 2021


Summary of changes:
 .../getting_started/setup-cli.html.textile.liquid    | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 doc/user/getting_started/setup-cli.html.textile.liquid

       via  bec7d0354140620311407073f08573b5d1c037d5 (commit)
      from  75efbc85be494c802f3c6822875cb64b9a34de6b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit bec7d0354140620311407073f08573b5d1c037d5
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Jan 25 15:26:54 2021 -0500

    Add missing file closes #17281
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/doc/user/getting_started/setup-cli.html.textile.liquid b/doc/user/getting_started/setup-cli.html.textile.liquid
new file mode 100644
index 000000000..46ea770ef
--- /dev/null
+++ b/doc/user/getting_started/setup-cli.html.textile.liquid
@@ -0,0 +1,20 @@
+---
+layout: default
+navsection: userguide
+title: Getting started at the command line
+...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
+
+Many operations in Arvados can be performed using either the web Workbench or through command line tools.  Some operations can only be done using the command line.
+
+To use the command line tools, you can either log into an Arvados-managed VM instance where those tools are pre-installed, or install the Arvados tools on your own system.
+
+To log into an Arvados-managed VM, see instructions for "Webshell":{{site.baseurl}}/user/getting_started/vm-login-with-webshell.html or "Unix":{{site.baseurl}}/user/getting_started/ssh-access-unix.html or "Windows":{{site.baseurl}}/user/getting_started/ssh-access-windows.html .
+
+To install the Arvados tools on your own system, you should install the "Command line SDK":{{site.baseurl}}/sdk/cli/install.html (requires Ruby) and "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html (requires Python).  You may also want to install "arvados-cwl-runner":{{site.baseurl}}/sdk/python/arvados-cwl-runner.html to submit workflows and "arvados-fuse":{{site.baseurl}}/sdk/python/arvados-fuse.html to mount keep as a filesystem.
+
+Once you are logged in or have command line tools installed, see "getting an API token":{{site.baseurl}}/user/reference/api-tokens.html and "check your environment":{{site.baseurl}}/user/getting_started/check-environment.html .

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list