[ARVADOS] updated: c91893eeff22e403bf29fb28f801d3b32d000947

git at public.curoverse.com git at public.curoverse.com
Wed Dec 18 12:00:24 EST 2013


Summary of changes:
 doc/install/client.textile |   17 +++++++----------
 doc/user/index.textile     |    2 +-
 2 files changed, 8 insertions(+), 11 deletions(-)

       via  c91893eeff22e403bf29fb28f801d3b32d000947 (commit)
      from  6accc2d78a6845f2cd0eee0f3c13ac785dc9b1d8 (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 c91893eeff22e403bf29fb28f801d3b32d000947
Author: Peter Amstutz <peter.amstutz at clinicalfuture.com>
Date:   Wed Dec 18 12:00:38 2013 -0500

    * mailto:arvados at clinicalfuture.com is now arvados at curoverse.com
    * git clone in install guide now clones from github

diff --git a/doc/install/client.textile b/doc/install/client.textile
index fc98541..2df30f9 100644
--- a/doc/install/client.textile
+++ b/doc/install/client.textile
@@ -15,16 +15,15 @@ The Python package includes the Python API client library module and the CLI uti
 
 Get the arvados source tree.
 
-<pre>
-git clone git://git.clinicalfuture.com/arvados.git
-</pre>
+notextile. <pre><code>$ <span class="userinput">git clone https://github.com/curoverse/arvados.git</span></code></pre>
 
 Build and install the python package.
 
-<pre>
-cd arvados/sdk/python
-sudo python setup.py install
-</pre>
+<notextile>
+<pre><code>$ <span class="userinput">cd arvados/sdk/python</span>
+$ <span class="userinput">sudo python setup.py install</span>
+</code></pre>
+</notextile>
 
 Alternatively, build the package (without sudo) using @python setup.py bdist_egg@ and copy the @.egg@ package from @dist/@ to the target system.
 
@@ -34,6 +33,4 @@ h3. Ruby
 The arvados package includes the Ruby client library module. The arvados-cli package includes the CLI utilities @arv@, @arv-run-pipeline-instance@, and @crunch-job at .
 {% include notebox-end.html %}
 
-<pre>
-sudo gem install arvados arvados-cli
-</pre>
+notextile. <pre><code>$ <span class="userinput">sudo gem install arvados arvados-cli</span></code></pre>
diff --git a/doc/user/index.textile b/doc/user/index.textile
index d80fd29..085f6be 100644
--- a/doc/user/index.textile
+++ b/doc/user/index.textile
@@ -27,7 +27,7 @@ To get the most value out of this guide, you should be comfortable with the foll
 
 It will also be helpful (but not essential) if you are familiar with revision control using @git at .
 
-The examples in this guide uses the public Arvados instance located at "https://workbench.{{ site.arvados_api_host }}/":https://workbench.{{ site.arvados_api_host }}/ .  You must have an account in order to use this service.  If you would like to request an account, please send an email to "arvados at clinicalfuture.com":mailto:arvados at clinicalfuture.com .
+The examples in this guide uses the public Arvados instance located at "https://workbench.{{ site.arvados_api_host }}/":https://workbench.{{ site.arvados_api_host }}/ .  You must have an account in order to use this service.  If you would like to request an account, please send an email to "arvados at curoverse.com":mailto:arvados at curoverse.com .
 
 If you are using a different Arvados instance replace @{{ site.arvados_api_host }}@ with your private instance in all of the examples in this guide.
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list