Merge branch '9705-crunch2-install-guide-wip'
[arvados.git] / doc / install / crunch2-slurm / install-compute-node.html.textile.liquid
1 ---
2 layout: default
3 navsection: installguide
4 title: Set up a compute node
5 ...
6
7 h2. Install dependencies
8
9 First, "add the appropriate package repository for your distribution":{{ site.baseurl }}/install/install-manual-prerequisites.html#repos.
10
11 {% include 'note_python_sc' %}
12
13 On CentOS 6 and RHEL 6:
14
15 <notextile>
16 <pre><code>~$ <span class="userinput">sudo yum install python27-python-arvados-fuse crunch-run arvados-docker-cleaner</span>
17 </code></pre>
18 </notextile>
19
20 On other Red Hat-based systems:
21
22 <notextile>
23 <pre><code>~$ <span class="userinput">echo 'exclude=python2-llfuse' | sudo tee -a /etc/yum.conf</span>
24 ~$ <span class="userinput">sudo yum install python-arvados-fuse crunch-run arvados-docker-cleaner</span>
25 </code></pre>
26 </notextile>
27
28 On Debian-based systems:
29
30 <notextile>
31 <pre><code>~$ <span class="userinput">sudo apt-get install python-arvados-python-client crunch-run arvados-docker-cleaner</span>
32 </code></pre>
33 </notextile>
34
35 {% include 'install_compute_docker' %}
36
37 {% include 'install_compute_fuse' %}
38
39 {% include 'install_docker_cleaner' %}