X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0cd28d6727516a0461cd9e10ae7a960d2dcb747d..9dc967877cb3599ce3584aca57e8c3672f94bd0a:/doc/_includes/_download_installer.liquid diff --git a/doc/_includes/_download_installer.liquid b/doc/_includes/_download_installer.liquid index 31c3f4362e..461debd492 100644 --- a/doc/_includes/_download_installer.liquid +++ b/doc/_includes/_download_installer.liquid @@ -9,7 +9,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0 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. -
git clone https://github.com/arvados/arvados.git
+
git clone https://github.com/arvados/arvados.git
 cd arvados
 git checkout {{ branchname }}
 cd tools/salt-install
@@ -28,8 +28,10 @@ Important!  Once you have initialized the installer directory, all further comma
 
 h3. Using Terraform (AWS specific)
 
+If you are going to use Terraform to set up the infrastructure on AWS, you first need to install the "Terraform CLI":https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli and the "AWS CLI":https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html tool.  Then you can initialize the installer.
+
 
-
CLUSTER=xarv1
+
CLUSTER=xarv1
 ./installer.sh initialize ~/setup-arvados-${CLUSTER} {{local_params_src}} {{config_examples_src}} {{terraform_src}}
 cd ~/setup-arvados-${CLUSTER}
 
@@ -38,7 +40,7 @@ cd ~/setup-arvados-${CLUSTER} h3. Without Terraform -
CLUSTER=xarv1
+
CLUSTER=xarv1
 ./installer.sh initialize ~/setup-arvados-${CLUSTER} {{local_params_src}} {{config_examples_src}}
 cd ~/setup-arvados-${CLUSTER}