X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2cd1c3ed705e639fb9e4ef067a32b278a6d3d4ee..2bbb460a29d6f76bc50aacdba466aa6262ed93a3:/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 6f7de40872..1cbe749972 100644 --- a/doc/install/install-shell-server.html.textile.liquid +++ b/doc/install/install-shell-server.html.textile.liquid @@ -3,6 +3,11 @@ layout: default navsection: installguide title: Install a shell server ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} There is nothing inherently special about an Arvados shell server. It is just a GNU/Linux machine with Arvados utilites and SDKs installed. For optimal performance, the Arvados shell server should be on the same LAN as the Arvados cluster, but that is not required. @@ -42,19 +47,21 @@ If you're not using RVM: h2. Install the Python SDK and utilities -{% include 'note_python27_sc' %} +{% assign rh_version = "7" %} +{% include 'note_python_sc' %} -On Debian-based systems: +On Red Hat-based systems: -
~$ sudo apt-get install python-arvados-python-client python-arvados-fuse crunchrunner
+
~$ echo 'exclude=python2-llfuse' | sudo tee -a /etc/yum.conf
+~$ sudo yum install python-arvados-python-client python-arvados-fuse crunchrunner
 
-On Red Hat-based systems: +On Debian-based systems: -
~$ sudo yum install python27-python-arvados-python-client python27-python-arvados-fuse crunchrunner
+
~$ sudo apt-get install python-arvados-python-client python-arvados-fuse crunchrunner
 
@@ -81,7 +88,7 @@ Create an Arvados virtual_machine object representing this shell server. This wi
-apiserver:~$ arv --format=uuid virtual_machine create --virtual-machine '{"hostname":"your.shell.server.hostname"}'
+apiserver:~$ arv --format=uuid virtual_machine create --virtual-machine '{"hostname":"your.shell.server.hostname.without.domain"}'
 zzzzz-2x53u-zzzzzzzzzzzzzzz
 
@@ -121,17 +128,19 @@ If you're not using RVM: Install cron. -On Debian-based systems: +On Red Hat-based distributions: -
~$ sudo apt-get install cron
+
~$ sudo yum install cronie
+~$ sudo systemctl enable crond
+~$ sudo systemctl start crond
 
-On Red Hat-based systems: +On Debian-based systems: -
~$ sudo yum install cron
+
~$ sudo apt-get install cron