[ARVADOS] created: 234f7303d0c4424cdb91e8b24f870a8d0f5de556

git at public.curoverse.com git at public.curoverse.com
Sun Nov 2 21:04:51 EST 2014


        at  234f7303d0c4424cdb91e8b24f870a8d0f5de556 (commit)


commit 234f7303d0c4424cdb91e8b24f870a8d0f5de556
Author: Ward Vandewege <ward at curoverse.com>
Date:   Sun Nov 2 21:03:34 2014 -0500

    Enable auto_setup_new_users in the docker API server image.
    
    refs #4383

diff --git a/docker/api/application.yml.in b/docker/api/application.yml.in
index a60b4e6..4cd374d 100644
--- a/docker/api/application.yml.in
+++ b/docker/api/application.yml.in
@@ -58,6 +58,8 @@ production:
 
   workbench_address: @@API_WORKBENCH_ADDRESS@@
 
+  auto_setup_new_users: true
+
 test:
   uuid_prefix: zzzzz
   secret_token: <%= rand(2**512).to_s(36) %>

commit a383999f721789fa80c8bc284fdb9b11f37e8213
Author: Ward Vandewege <ward at curoverse.com>
Date:   Sun Nov 2 20:08:13 2014 -0500

    Add instructions for 'binary' docker installation.
    
    refs #4383

diff --git a/doc/install/index.html.textile.liquid b/doc/install/index.html.textile.liquid
index ddbb82e..b8ca6a1 100644
--- a/doc/install/index.html.textile.liquid
+++ b/doc/install/index.html.textile.liquid
@@ -6,6 +6,18 @@ 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":install-docker.html, which installs Arvados in a series of Docker containers.
+h2. Quick installation
 
-For production use or evaluation at scale, a "Manual Installation":install-manual-overview.html is more appropriate.
+Make sure curl and docker are installed on your system. Then, as a user in the docker group, execute
+
+<notextile>
+<pre><code>~$ <span class="userinput">\curl -sSL http://get.arvados.org | bash</span>
+</code></pre></notextile>
+
+This command will download the latest copy of the Arvados docker images as well as the arvdock command. It then uses arvdock to spin up Arvados on this computer. Depending on the speed of your internet connection, it can take a while to download the Arvados docker images.
+
+h2. Installation from source
+
+It is also possible to build the Arvados docker images from source. The instructions are available "here":install-docker.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.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list