21572: Refactor repository setup docs into includes
[arvados.git] / doc / _includes / _setup_redhat_repo.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 Set up the Arvados package repository by running these commands:
8
9 <notextile>
10 <pre><code># <span class="userinput">tee /etc/yum.repos.d/arvados.repo &gt;/dev/null &lt;&lt;'EOF'
11 [arvados]
12 name=Arvados
13 baseurl=http://rpm.arvados.org/CentOS/$releasever/os/$basearch/
14 gpgcheck=1
15 gpgkey=http://rpm.arvados.org/CentOS/RPM-GPG-KEY-arvados
16 EOF
17 </span></code></pre>
18 </notextile>