X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e158f485053be1e840073b321033d60d686a55a8..dfff0d837f55f7880242c676dfe35369a057072c:/doc/sdk/cli/install.html.textile.liquid?ds=sidebyside diff --git a/doc/sdk/cli/install.html.textile.liquid b/doc/sdk/cli/install.html.textile.liquid index 18e1f705e0..c43c095aa2 100644 --- a/doc/sdk/cli/install.html.textile.liquid +++ b/doc/sdk/cli/install.html.textile.liquid @@ -3,40 +3,24 @@ layout: default navsection: sdk navmenu: CLI title: "Installation" - ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. -If you are logged in to an Arvados VM, the @arv@ tool should be installed. - -To use @arv@ elsewhere, you can either install the @arvados-cli@ gem via RubyGems or build and install the package from source. +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} -h4. Prerequisites: Ruby >= 2.1.0 and curl libraries +Arvados CLI tools are written in Ruby and Python. To use the @arv@ command, you can either install the @arvados-cli@ gem via RubyGems or build and install the package from source. The @arv@ command also relies on other Arvados tools. To get those, install the @arvados-python-client@ and @arvados-cwl-runner@ packages, either from PyPI or source. -Make sure you have "Ruby and bundler":{{site.baseurl}}/install/install-manual-prerequisites-ruby.html installed. +h2. Prerequisites -Install curl libraries with your system's package manager. For example, on Debian or Ubuntu: - - -
-$ sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev
-
-
- -h4. Option 1: install with RubyGems - - -
-$ sudo gem install arvados-cli
-
-
+# "Install Ruby and Bundler":../../install/ruby.html +# "Install the Python SDK":../python/sdk-python.html -h4. Option 2: build and install from source +h2. Install from RubyGems
-$ git clone https://github.com/curoverse/arvados.git
-$ cd arvados/sdk/cli
-$ gem build arvados-cli.gemspec
-$ sudo gem install arvados-cli-*.gem
+~$ sudo -i gem install arvados-cli