X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5bcba288077488791daa43a15d5fd5fb0c6e653c..045e3127cb48845c7d988d01488c055f02ae2ec3:/doc/install/index.html.textile.liquid diff --git a/doc/install/index.html.textile.liquid b/doc/install/index.html.textile.liquid index 500f6f6bd0..1b27ca6ed9 100644 --- a/doc/install/index.html.textile.liquid +++ b/doc/install/index.html.textile.liquid @@ -1,27 +1,34 @@ --- layout: default navsection: installguide -title: Installation overview +title: Installation options ... - -Arvados can be installed in multiple ways. Arvados does not depend on any particular cloud operating stack. Arvados runs on one or more GNU/Linux system(s). Arvados is being developed on Debian and Ubuntu GNU/Linux. - -h2. Quick installation - -Make sure curl and docker are installed on your system. Then, as a user in the docker group, execute - - -
~$ \curl -sSL http://get.arvados.org | bash
-
- -This command will download the latest copy of the Arvados docker images. It also gets the arvdock command and saves it in the current working directory. It then uses arvdock to spin up Arvados. Depending on the speed of your internet connection, it can take a while to download the Arvados docker images. - -This installation method assumes your web browser and the Arvados docker containers run on the same host. - -If you prefer, you can also download the installation script and inspect it before running it. The @http://get.arvados.org@ url redirects to https://raw.githubusercontent.com/curoverse/arvados-dev/master/install/easy-docker-install.sh, which is the installation script. - -h2. Installation from source - -It is also possible to build the Arvados docker images from source. The instructions are available "here":install-docker.html. - -For production use or evaluation at scale a "Manual Installation":install-manual-overview.html is more appropriate. This installation method assumes you have a number of (virtual) machines at your disposal to install the different Arvados components onto. +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} + +{% 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' %} + +Arvados components run on GNU/Linux systems, and supports AWS, GCP and Azure cloud platforms as well as on-premises installs. Arvados supports Debian and derivatives such as Ubuntu, as well as Red Hat and derivatives such as CentOS. "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.":mailto:info@curii.com + +Arvados components can be installed and configured in a number of different ways. + +
+table(table table-bordered table-condensed). +|||\5=. Appropriate for| +||_. Setup difficulty|_. Multiuser/networked access|_. Workflow Development and Testing|_. Large Scale Production|_. Development of Arvados|_. Arvados Evaluation| +|"Arvados-in-a-box":arvbox.html (arvbox)|Easy|no|yes|no|yes|yes| +|"Installation with Salt":salt-single-host.html (single host)|Easy|no|yes|no|yes|yes| +|"Installation with Salt":salt-multi-host.html (multi host)|Moderate|yes|yes|yes|yes|yes| +|"Arvados on Kubernetes":arvados-on-kubernetes.html|Easy ^1^|yes|yes ^2^|no ^2^|no|yes| +|"Manual installation":install-manual-prerequisites.html|Hard|yes|yes|yes|no|no| +|"Cluster Operation Subscription supported by Curii":mailto:info@curii.com|N/A ^3^|yes|yes|yes|yes|yes| +
+ +* ^1^ Assumes a Kubernetes cluster is available +* ^2^ Arvados on Kubernetes is under development and not yet ready for production use +* ^3^ No user installation necessary, Curii run and managed