Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[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 h2. Quick installation
10
11 Make sure curl and docker are installed on your system. Then, as a user in the docker group, execute
12
13 <notextile>
14 <pre><code>~$ <span class="userinput">\curl -sSL http://get.arvados.org | bash</span>
15 </code></pre></notextile>
16
17 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.
18
19 This installation method assumes your web browser and the Arvados docker containers run on the same host. 
20
21 If you prefer, you can also download the installation script and inspect it before running it. The @http://get.arvados.org@ url redirects to <a href="https://raw.githubusercontent.com/curoverse/arvados-dev/master/install/easy-docker-install.sh">https://raw.githubusercontent.com/curoverse/arvados-dev/master/install/easy-docker-install.sh</a>, which is the installation script.
22
23 h2. Installation from source
24
25 It is also possible to build the Arvados docker images from source. The instructions are available "here":install-docker.html.
26
27 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.