X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cf2d5c1b966cae7d5023ff482891c4ea7e767de4..f6838b6c52134b4e5d037b566ec9478cab332d38:/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..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
@@ -28,22 +42,22 @@ If you're not using RVM:
 
 h2. Install the Python SDK and utilities
 
+{% include 'note_python27_sc' %}
+
 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
 
-{% include 'note_python27_sc' %} - h2. Install Git and curl {% include 'install_git_curl' %}