Batch of improvements for the manual installation documentation:
[arvados.git] / doc / install / install-manual-overview.html.textile.liquid
1 ---
2 layout: default
3 navsection: installguide
4 title: Overview
5 ...
6
7 The manual installation guide will walk you through setting up a basic Arvados cluster on a number of (virtual) GNU/Linux systems.
8
9 <div class="alert alert-block alert-info">
10   <button type="button" class="close" data-dismiss="alert">&times;</button>
11   <h4>Note</h4>
12   <p>If you are looking to evaluate Arvados on one machine, we recommend the "Docker installation method":install-docker.html instead.</p>
13 </div>
14
15 h2. Manual installation
16
17 # "Install the Arvados REST API server":install-api-server.html
18 # "Create standard objects":create-standard-objects.html
19 # "Install the Single Sign On (SSO) server":install-sso.html
20 # "Install the Arvados websockets server":install-websockets-server.html
21 # "Install the Arvados workbench application":install-workbench-app.html
22 # "Install Keepstore":install-keep.html
23 # "Install Keepproxy":install-keepproxy.html
24 # "Install the Crunch dispatcher":install-crunch-dispatch.html
25 # "Install a shell server":install-shell-server.html
26 # "Install a compute node":install-compute-node.html
27 # Install client libraries (see "SDK Reference":{{site.baseurl}}/sdk/index.html).