X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/397981dadc145225c691c8643b10527c9710f1fb..5fe15b9011228668b4b95f2416a87c376479822a:/tools/salt-install/README.md diff --git a/tools/salt-install/README.md b/tools/salt-install/README.md index 3175224d03..15adf3741d 100644 --- a/tools/salt-install/README.md +++ b/tools/salt-install/README.md @@ -6,15 +6,21 @@ ##### About -This directory holds a small script to install Arvados on a single node, using the -[Saltstack arvados-formula](https://github.com/saltstack-formulas/arvados-formula) +This directory holds a small script to help you get Arvados up and running, using the +[Saltstack arvados-formula](https://git.arvados.org/arvados-formula.git) in master-less mode. -The fastest way to get it running is to modify the first lines in the `provision.sh` -script to suit your needs, copy it in the host where you want to install Arvados -and run it as root. +There are a few preset examples that you can use: -There's an example `Vagrantfile` also, to install it in a vagrant box if you want +* `single_host`: Install all the Arvados components in a single host. Suitable for testing + or demo-ing, but not recommended for production use. +* `multi_host/aws`: Let's you install different Arvados components in different hosts on AWS. + +The fastest way to get it running is to copy the `local.params.example` file to `local.params`, +edit and modify the file to suit your needs, copy this file along with the `provision.sh` script +into the host where you want to install Arvados and run the `provision.sh` script as root. + +There's an example `Vagrantfile` also, to install Arvados in a vagrant box if you want to try it locally. -For more information, please read https://doc.arvados.org/v2.1/install/install-using-salt.html +For more information, please read https://doc.arvados.org/main/install/salt-single-host.html