3 navsection: installguide
4 title: Installation overview
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.
9 The simplest way to try out Arvados is to use the Docker-based installation, which installs Arvados in a series of Docker containers.
11 For larger scale installations, a manual installation is more appropriate.
15 "Installing with Docker":install-docker.html
17 h2. Manual installation
19 {% include 'alert_stub' %}
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).