Merge branch '2800-python-global-state' into 2800-pgs
[arvados.git] / doc / install / index.html.textile.liquid
1 ---
2 layout: default
3 navsection: installguide
4 title: Installation overview
5 ...
6
7 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.
8
9 The simplest way to try out Arvados is to use the Docker-based installation, which installs Arvados in a series of Docker containers.
10
11 For larger scale installations, a manual installation is more appropriate.
12
13 h2. Docker
14
15 "Installing with Docker":install-docker.html
16
17 h2. Manual installation
18
19 {% include 'alert_stub' %}
20
21 # Set up a cluster, or use Amazon
22 # "Install Keep":install-keep.html
23 # "Install the Single Sign On (SSO) server":install-sso.html
24 # "Install the Arvados REST API server":install-api-server.html
25 # "Install the Arvados workbench application":install-workbench-app.html
26 # "Install the Crunch dispatcher":install-crunch-dispatch.html
27 # "Create standard objects":create-standard-objects.html
28 # Install client libraries (see "SDK Reference":{{site.baseurl}}/sdk/index.html).