docs(salt): some minor fixes in the Salt-based installation documentation.
[arvados.git] / doc / install / salt.html.textile.liquid
1 ---
2 layout: default
3 navsection: installguide
4 title: Salt prerequisites
5 ...
6 {% comment %}
7 Copyright (C) The Arvados Authors. All rights reserved.
8
9 SPDX-License-Identifier: CC-BY-SA-3.0
10 {% endcomment %}
11
12 # "Introduction":#introduction
13 # "Choose an installation method":#installmethod
14
15 h2(#introduction). Introduction
16
17 To ease the installation of the various Arvados components, we have developed a "Saltstack":https://www.saltstack.com/ 's "arvados-formula":https://github.com/saltstack-formulas/arvados-formula which can help you get an Arvados cluster up and running.
18
19 Saltstack is a Python-based, open-source software for event-driven IT automation, remote task execution, and configuration management. It can be used in a master/minion setup or master-less.
20
21 This is a package-based installation method. The Salt scripts are available from the "tools/salt-install":https://github.com/arvados/arvados/tree/master/tools/salt-install directory in the Arvados git repository.
22
23 h2(#installmethod). Choose an installation method
24
25 The salt formulas can be used in different ways. Choose one of these three options to install Arvados:
26
27 * "Use Vagrant to install Arvados in a virtual machine":salt-vagrant.html
28 * "Arvados on a single host":salt-single-host.html
29 * "Arvados across multiple hosts":salt-multi-host.html