19175: Merge branch 'main' into 19175-doc-refactor-multi-host-installation
[arvados.git] / doc / _includes / _download_installer.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 {% include 'branchname' %}
8
9 This procedure will install all the main Arvados components to get you up and running in a single host.
10
11 This is a package-based installation method, however the installation script is currently distributed in source form via @git@. We recommend checking out the git tree on your local workstation, not directly on the target(s) where you want to install and run Arvados.
12
13 <notextile>
14 <pre><code>git clone https://git.arvados.org/arvados.git
15 git checkout {{ branchname }}
16 cd arvados/tools/salt-install
17 </code></pre>
18 </notextile>
19
20 The @provision.sh@ script will help you deploy Arvados by preparing your environment to be able to run the installer, then running it. The actual installer is located in the "arvados-formula git repository":https://git.arvados.org/arvados-formula.git/tree/refs/heads/{{ branchname }} and will be cloned during the running of the @provision.sh@ script.  The installer is built using "Saltstack":https://saltproject.io/ and @provision.sh@ performs the install using master-less mode.