From: Peter Amstutz Date: Wed, 5 Feb 2020 18:33:02 +0000 (-0500) Subject: Add a note to the install section X-Git-Tag: 2.0.0~13 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/36c3c62be3b319a76dae1281206779d9dbecc030 Add a note to the install section Add note that you should look in the SDKs section for client tools. no issue # Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/doc/install/index.html.textile.liquid b/doc/install/index.html.textile.liquid index 327ac0c458..1a41980e24 100644 --- a/doc/install/index.html.textile.liquid +++ b/doc/install/index.html.textile.liquid @@ -9,6 +9,10 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} +{% include 'notebox_begin' %} +This section is about installing an Arvados cluster. If you are just looking to install Arvados client tools and libraries, "go to the SDK section.":{{site.baseurl}}/sdk +{% include 'notebox_end' %} + Arvados components run on GNU/Linux systems, and supports AWS, GCP and Azure cloud platforms as well as on-premises installs. Arvados supports Debian and derivatives such as Ubuntu, as well as Red Hat and derivatives such as CentOS. "Arvados is Free Software":{{site.baseurl}}/user/copying/copying.html and self-install installations are not limited in any way. Commercial support and development are also available from "Curii Corporation.":mailto:info@curii.com Arvados components can be installed and configured in a number of different ways. diff --git a/doc/sdk/index.html.textile.liquid b/doc/sdk/index.html.textile.liquid index 9c964a553b..b6ed39ed2c 100644 --- a/doc/sdk/index.html.textile.liquid +++ b/doc/sdk/index.html.textile.liquid @@ -11,7 +11,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0 This section documents language bindings for the "Arvados API":{{site.baseurl}}/api and Keep that are available for various programming languages. Not all features are available in every SDK. The most complete SDK is the Python SDK. Note that this section only gives a high level overview of each SDK. Consult the "Arvados API":{{site.baseurl}}/api section for detailed documentation about Arvados API calls available on each resource. -* "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html +* "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html (also includes essential command line tools such as "arv-put" and "arv-get") * "Command line SDK":{{site.baseurl}}/sdk/cli/install.html ("arv") * "Go SDK":{{site.baseurl}}/sdk/go/index.html * "R SDK":{{site.baseurl}}/sdk/R/index.html