X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9ac37f367da0b11971f2ecf8a80a38ae60d43a61..509a6d6764aae8b8bbe5b32c21c8f64a49d02ad3:/doc/install/install-manual-overview.html.textile.liquid diff --git a/doc/install/install-manual-overview.html.textile.liquid b/doc/install/install-manual-overview.html.textile.liquid index 363700a62b..e888894508 100644 --- a/doc/install/install-manual-overview.html.textile.liquid +++ b/doc/install/install-manual-overview.html.textile.liquid @@ -3,25 +3,18 @@ layout: default navsection: installguide title: Overview ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. -The manual installation guide will walk you through setting up a basic Arvados cluster on a number of (virtual) GNU/Linux systems. +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} -
- -

Note

-

If you are looking to evaluate Arvados on one machine, we recommend the "Docker installation method":install-docker.html instead.

-
+{% comment %} +Obsolete page, no longer in nav. +{% endcomment %} -h2. Manual installation + -# "Install the Arvados REST API server":install-api-server.html -# "Create standard objects":create-standard-objects.html -# "Install the Single Sign On (SSO) server":install-sso.html -# "Install the Arvados websockets server":install-websockets-server.html -# "Install the Arvados workbench application":install-workbench-app.html -# "Install Keepstore":install-keep.html -# "Install Keepproxy":install-keepproxy.html -# "Install the Crunch dispatcher":install-crunch-dispatch.html -# "Install a shell server":install-shell-server.html -# "Install a compute node":install-compute-node.html -# Install client libraries (see "SDK Reference":{{site.baseurl}}/sdk/index.html). +Please proceed to "Prerequisites":install-manual-prerequisites.html.