Merge branch 'master' into 4844-stricter-min-nodes-wip
[arvados.git] / doc / install / install-manual-overview.html.textile.liquid
index 363700a62b5426189c829dc879ea533850d23977..1ba9451529a9eddb84bf04b3571d782821571638 100644 (file)
@@ -4,7 +4,9 @@ navsection: installguide
 title: Overview
 ...
 
-The manual installation guide will walk you through setting up a basic Arvados cluster on a number of (virtual) GNU/Linux systems.
+{% include 'alert_stub' %}
+
+The manual installation guide will walk you through setting up a basic Arvados cluster on a number of (virtual) GNU/Linux systems. This installation method is intended for evaluation or production use at scale.
 
 <div class="alert alert-block alert-info">
   <button type="button" class="close" data-dismiss="alert">&times;</button>
@@ -12,16 +14,3 @@ The manual installation guide will walk you through setting up a basic Arvados c
   <p>If you are looking to evaluate Arvados on one machine, we recommend the "Docker installation method":install-docker.html instead.</p>
 </div>
 
-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).