X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e4c30dbf271df0633efce61c630a29c89bc43bff..1667f9860de21d29bbe32bb827db29eca62d9aeb:/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 6f7de40872..90843de6dc 100644 --- a/doc/install/install-shell-server.html.textile.liquid +++ b/doc/install/install-shell-server.html.textile.liquid @@ -42,19 +42,21 @@ If you're not using RVM: h2. Install the Python SDK and utilities -{% include 'note_python27_sc' %} +{% assign rh_version = "6" %} +{% 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
 
@@ -121,17 +123,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