Documentation updates to reflect the end of support for Debian Wheezy and CentOS 6.
[arvados.git] / doc / install / install-shell-server.html.textile.liquid
index ea6df875530e1505c60d3c53a4a36a534d84faeb..90843de6dc763404ff4313c7ec571ab451c73e70 100644 (file)
@@ -45,14 +45,7 @@ h2. Install the Python SDK and utilities
 {% assign rh_version = "6" %}
 {% include 'note_python_sc' %}
 
-On CentOS 6 and RHEL 6:
-
-<notextile>
-<pre><code>~$ <span class="userinput">sudo yum install python27-python-arvados-python-client python27-python-arvados-fuse crunchrunner</span>
-</code></pre>
-</notextile>
-
-On other Red Hat-based systems:
+On Red Hat-based systems:
 
 <notextile>
 <pre><code>~$ <span class="userinput">echo 'exclude=python2-llfuse' | sudo tee -a /etc/yum.conf</span>
@@ -130,16 +123,7 @@ If you're not using RVM:
 
 Install cron.
 
-On CentOS 6 and RHEL 6:
-
-<notextile>
-<pre><code>~$ <span class="userinput">sudo yum install cronie</span>
-~$ <span class="userinput">sudo chkconfig crond on</span>
-~$ <span class="userinput">sudo service crond start</span>
-</code></pre>
-</notextile>
-
-On other Red Hat-based distributions:
+On Red Hat-based distributions:
 
 <notextile>
 <pre><code>~$ <span class="userinput">sudo yum install cronie</span>