X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cf2d5c1b966cae7d5023ff482891c4ea7e767de4..b3905ce85fcfc31df4309c32ee07ff4d943d5fd0:/doc/install/install-shell-server.html.textile.liquid diff --git a/doc/install/install-shell-server.html.textile.liquid b/doc/install/install-shell-server.html.textile.liquid index 08ac57f5ba..dd5995ffdd 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
@@ -28,6 +42,8 @@ If you're not using RVM:
 
 h2. Install the Python SDK and utilities
 
+{% include 'note_python27_sc' %}
+
 On Debian-based systems:
 
 
@@ -42,8 +58,6 @@ On Red Hat-based systems:
 
-{% include 'note_python27_sc' %} - h2. Install Git and curl {% include 'install_git_curl' %}