[ARVADOS] updated: 1d8068392d44ae35969362fb77d85e6270ff9c27

git at public.curoverse.com git at public.curoverse.com
Tue Jul 14 05:31:54 EDT 2015


Summary of changes:
 doc/install/install-api-server.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  1d8068392d44ae35969362fb77d85e6270ff9c27 (commit)
      from  726cc580bb8901fb97021421cc71e3a55b37aeac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 1d8068392d44ae35969362fb77d85e6270ff9c27
Author: Brett Smith <brett at curoverse.com>
Date:   Tue Jul 14 05:31:34 2015 -0400

    API server installation doc clones arvados over the network.
    
    Now that we've moved away from a source-based install, there isn't
    necessarily a checkout anywhere on the host.  This is most likely to
    work.  No issue #.

diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid
index eecabf2..77a90e0 100644
--- a/doc/install/install-api-server.html.textile.liquid
+++ b/doc/install/install-api-server.html.textile.liquid
@@ -102,7 +102,7 @@ Make sure a clone of the arvados repository exists in @git_repositories_dir at .
 
 <notextile>
 <pre><code>~$ <span class="userinput">sudo mkdir -p /var/lib/arvados/git</span>
-~$ <span class="userinput">sudo git clone --bare ../../.git /var/lib/arvados/git/arvados.git</span>
+~$ <span class="userinput">sudo git clone --bare git://git.curoverse.com/arvados.git /var/lib/arvados/git/arvados.git</span>
 </code></pre></notextile>
 
 h3. secret_token

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list