X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b9c5339d113c63ffc3d8a7c6bf1019616bb3f89a..067a68b5e9dfa1c7d5e68fd64553e0ced89cad36:/doc/install/salt.html.textile.liquid diff --git a/doc/install/salt.html.textile.liquid b/doc/install/salt.html.textile.liquid index d110f73000..8db0ac15e4 100644 --- a/doc/install/salt.html.textile.liquid +++ b/doc/install/salt.html.textile.liquid @@ -19,6 +19,8 @@ SPDX-License-Identifier: CC-BY-SA-3.0 h2(#introduction). Introduction +{% include 'branchname' %} + To ease the installation of the various Arvados components, we have developed a "Saltstack":https://www.saltstack.com/ 's "arvados-formula":https://git.arvados.org/arvados-formula.git which can help you get an Arvados cluster up and running. 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 (where a master node orchestrates and coordinates the configuration of nodes in an infrastructure) or master-less, where Saltstack is run locally in a node, with no communication with a master node.