X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/90198dc6c008ca60889dd4ef5f5def8dd272df82..383527c82b7f8c413121165d8d6296feca9a1728:/doc/install/index.html.textile.liquid diff --git a/doc/install/index.html.textile.liquid b/doc/install/index.html.textile.liquid index e9f3b5d328..9b7a533407 100644 --- a/doc/install/index.html.textile.liquid +++ b/doc/install/index.html.textile.liquid @@ -1,16 +1,32 @@ --- layout: default navsection: installguide -title: Installation overview +title: Installation options ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. -Arvados components run on GNU/Linux systems, and do not depend on any particular cloud operating stack. It is developed primarily on Debian and Ubuntu GNU/Linux. +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} -Arvados components can be installed and configured in a number of different ways. Step-by-step instructions are available for a few specific installation methods: -* "Install pre-built docker images":pre-built-docker.html *(quickest)* -* "Build your own docker images":install-docker.html (from source) -* "Manual installation":install-manual-prerequisites.html (most flexible) +{% include 'notebox_begin' %} +This section is about installing an Arvados cluster. If you are just looking to install Arvados client tools and libraries, "go to the SDK section.":{{site.baseurl}}/sdk/ +{% include 'notebox_end' %} -For local evaluation and testing on a single computer, use one of the docker installation methods. +Arvados components run on supported GNU/Linux distributions. The Arvados elastic compute management layer supports Amazon Web Services (AWS) and Microsoft Azure cloud platforms as well as on-premises installs using SLURM and IBM Spectrum LSF. The Arvados storage layer supports filesystem storage (including NFS, such as IBM GPFS), Azure blob storage, Amazon S3, and systems that offer an S3-compatible API such as Ceph Object Gateway and NetApp StorageGRID. -For production use or evaluation at scale, the "manual installation":install-manual-prerequisites.html is more appropriate. This method assumes you have a number of (virtual) machines at your disposal for running the various Arvados components. +"Arvados is Free Software":{{site.baseurl}}/user/copying/copying.html and self-install installations are not limited in any way. Commercial support and development are also available from "Curii Corporation.":https://www.curii.com/ + +Arvados components can be installed and configured in a number of different ways. + +
+table(table table-bordered table-condensed). +||_. Setup difficulty|_. Arvados Evaluation|_. Development|_. Production Data Management|_. Production Workflows| +|"Arvados-in-a-box":arvbox.html (arvbox)|Easy|yes|limited|no|no| +|"Arados Installer":salt-single-host.html (single host)|Easy|yes|limited|limited|limited| +|"Arados Installer":salt-multi-host.html (multi host)|Moderate|yes|yes|yes|yes| +|"Manual installation":install-manual-prerequisites.html|Difficult|yes|yes|yes|yes| +|"Cluster Operation Subscription supported by Curii":https://curii.com|N/A ^1^|yes|yes|yes|yes| +
+ +^1^ No user installation necessary. Curii engineers will install and configure Arvados in your own infrastructure.