Merge branch '4383-easy-install'
[arvados.git] / doc / install / index.html.textile.liquid
index 944a695110ddf1ad91788f0201728d989f12531f..227dd75b276995f05351aa42fc639f477016b525 100644 (file)
@@ -6,25 +6,20 @@ title: Installation overview
 
 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.
 
-The simplest way to try out Arvados is to use the Docker-based installation, which installs Arvados in a series of Docker containers.
+h2. Quick installation
 
-For larger scale installations, a manual installation is more appropriate.
+Make sure curl and docker are installed on your system. Then, as a user in the docker group, execute
 
-h2. Docker
+<notextile>
+<pre><code>~$ <span class="userinput">\curl -sSL http://get.arvados.org | bash</span>
+</code></pre></notextile>
 
-{% include 'alert_docker' %}
+This command will download the latest copy of the Arvados docker images. It also gets the arvdock command and saves it in the current working directory. It then uses arvdock to spin up Arvados. Depending on the speed of your internet connection, it can take a while to download the Arvados docker images.
 
-"Installing with Docker":install-docker.html
+This installation method assumes your web browser and the Arvados docker containers run on the same host. 
 
-h2. Manual installation
+h2. Installation from source
 
-{% include 'alert_stub' %}
+It is also possible to build the Arvados docker images from source. The instructions are available "here":install-docker.html.
 
-# Set up a cluster, or use Amazon
-# Create and mount Keep volumes
-# "Install the Single Sign On (SSO) server":install-sso.html
-# "Install the Arvados REST API server":install-api-server.html
-# "Install the Arvados workbench application":install-workbench-app.html
-# "Install the Crunch dispatcher":install-crunch-dispatch.html
-# "Create standard objects":create-standard-objects.html
-# Install client libraries (see "SDK Reference":{{site.baseurl}}/sdk/index.html).
+For production use or evaluation at scale a "Manual Installation":install-manual-overview.html is more appropriate. This installation method assumes you have a number of (virtual) machines at your disposal to install the different Arvados components onto.