X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/908261de15c98553a4200f01aff1f26ef57c8fb8..6279c22bd0e85db1bdb21ad9d95ae8816ac87a5a:/doc/install/install-shell-server.html.textile.liquid?ds=sidebyside diff --git a/doc/install/install-shell-server.html.textile.liquid b/doc/install/install-shell-server.html.textile.liquid index ec4c9d46cc..3d3f4b474d 100644 --- a/doc/install/install-shell-server.html.textile.liquid +++ b/doc/install/install-shell-server.html.textile.liquid @@ -12,7 +12,21 @@ Please follow the "API token guide":../user/reference/api-tokens.html to get API h2. Install the Ruby SDK and utilities -If you're using RVM: +First, install the curl development libraries necessary to build the Arvados Ruby SDK. On Debian-based systems: + + +
~$ sudo apt-get install libcurl4-openssl-dev
+
+
+ +On Red Hat-based systems: + + +
~$ sudo yum install libcurl-devel
+
+
+ +Next, install the arvados-cli Ruby gem. If you're using RVM:
~$ sudo /usr/local/rvm/bin/rvm-exec default gem install arvados-cli
@@ -33,14 +47,14 @@ h2. Install the Python SDK and utilities
 On Debian-based systems:
 
 
-
~$ sudo apt-get install python-arvados-python-client python-arvados-fuse
+
~$ sudo apt-get install python-arvados-python-client python-arvados-fuse crunchrunner
 
On Red Hat-based systems: -
~$ sudo yum install python27-python-arvados-python-client python27-python-arvados-fuse
+
~$ sudo yum install python27-python-arvados-python-client python27-python-arvados-fuse crunchrunner