[ARVADOS] updated: e360b9a4cbdc3d1fd8a93326349517754e7314ef

git at public.curoverse.com git at public.curoverse.com
Wed Jan 14 15:33:41 EST 2015


Summary of changes:
 .../app/assets/javascripts/angular_shim.js         |   9 +-
 .../app/views/application/_show_recent.html.erb    |   4 +-
 apps/workbench/test/diagnostics/pipeline_test.rb   |  13 +-
 apps/workbench/test/integration/users_test.rb      |  36 +++
 apps/workbench/test/integration_helper.rb          |   8 +-
 doc/images/download-shared-collection.png          | Bin 0 -> 32809 bytes
 doc/images/shared-collection.png                   | Bin 0 -> 18400 bytes
 .../tutorial-keep-get.html.textile.liquid          |  34 ++-
 docker/base/Dockerfile                             |   2 +-
 sdk/cli/bin/arv                                    | 318 ++++++++++-----------
 services/fuse/arvados_fuse/__init__.py             |   2 +
 services/fuse/bin/arv-mount                        |   2 +
 services/fuse/setup.py                             |   2 +-
 services/nodemanager/setup.py                      |   2 +-
 14 files changed, 242 insertions(+), 190 deletions(-)
 create mode 100644 doc/images/download-shared-collection.png
 create mode 100644 doc/images/shared-collection.png

       via  e360b9a4cbdc3d1fd8a93326349517754e7314ef (commit)
       via  9a894a1fb3409eb50216de9186fe37704a3cf46f (commit)
       via  3e1af54110b9168cccb9ea624da72e202d275b5f (commit)
       via  9c2e673ba96ba5d11e56a4aba67157e64dfe01e2 (commit)
       via  1371663d86021d17a218f7103871df0f80a3d356 (commit)
       via  553276ad4d4c000604f019956c8af86397d86b33 (commit)
       via  fa82df2ec3cab51eaaadd2a31b457d0e2ceafbcb (commit)
       via  5f4ca24ce0d52857901664c3bb5e228316af4d74 (commit)
       via  2185f76a9aeb9fbde23e189cda1db4dcc0949177 (commit)
       via  0af4622373325785f76f09aea8fdd71aa3c03339 (commit)
       via  138a4b0a5de177faede5255841a5c6fca06b31f4 (commit)
       via  cb15699af6eb0cad3560280b741a135b9af57a80 (commit)
       via  9fea1c7774bd256788ee76385c0eab05d4508796 (commit)
       via  5fa38c36644bd122b8c31601aa864f05bf4fba73 (commit)
       via  61fdce2ec17d5892642be7a957b824f9d311c192 (commit)
       via  2fad64f0b0ef8085f3f8b59cdab31c37ea76c996 (commit)
       via  f0ac035f2eb76952ee2d56764756ddbc7bef270f (commit)
       via  198963abf16d86d809a6a9fde36bc9ffd74685fd (commit)
       via  3636b3a3c941b89da720e6f6d02ac05c483ff097 (commit)
       via  8295ba721133c341fd72350f7ca9438d1a99cdbe (commit)
      from  feb8948b4c8096be5ed0956eac6f8fa629fef8ba (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 e360b9a4cbdc3d1fd8a93326349517754e7314ef
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Wed Jan 14 15:33:19 2015 -0500

    4926: download images

diff --git a/doc/images/download-shared-collection.png b/doc/images/download-shared-collection.png
new file mode 100644
index 0000000..528ab91
Binary files /dev/null and b/doc/images/download-shared-collection.png differ
diff --git a/doc/images/shared-collection.png b/doc/images/shared-collection.png
new file mode 100644
index 0000000..9a9f8e7
Binary files /dev/null and b/doc/images/shared-collection.png differ

commit 9a894a1fb3409eb50216de9186fe37704a3cf46f
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Wed Jan 14 15:32:10 2015 -0500

    4926: expand downloading data section

diff --git a/doc/user/tutorials/tutorial-keep-get.html.textile.liquid b/doc/user/tutorials/tutorial-keep-get.html.textile.liquid
index 8f991d9..cf67e34 100644
--- a/doc/user/tutorials/tutorial-keep-get.html.textile.liquid
+++ b/doc/user/tutorials/tutorial-keep-get.html.textile.liquid
@@ -4,11 +4,13 @@ navsection: userguide
 title: "Downloading data"
 ...
 
-This tutorial describes how to list and download Arvados data collections using the command line tools @arv-ls@ and @arv-get at .  It is also possible to download files from a collection from the Workbench page for the collection, covered in "running a pipeline using Workbench":{{site.baseurl}}/user/tutorials/tutorial-pipeline-workbench.html
-
 {% include 'tutorial_expectations' %}
 
-You can view the contents of a collection using @arv-ls@:
+h2. Downloading using arv commands
+
+You can download Arvados data collections using the command line tools @arv-ls@ and @arv-get at .
+
+Use @arv-ls@ to view the contents of a collection:
 
 <notextile>
 <pre><code>~$ <span class="userinput">arv-ls c1bad4b39ca5a924e481008009d94e32+210</span>
@@ -45,3 +47,29 @@ You can also download individual files:
 <pre><code>~$ <span class="userinput">arv-get 887cd41e9c613463eab2f0d885c6dd96+83/alice.txt .</span>
 </code></pre>
 </notextile>
+
+h2. Downloading using Workbench
+
+You can also download Arvados data collections using the Workbench.
+
+Visit the Workbench *Dashboard*. Click on *Projects*<span class="caret"></span> dropdown menu in the top navigation menu, select your *Home* project. You will see the *Data collections* tab, which lists the collections in this project.
+
+You can access the contents of a collection by clicking on the *<i class="fa fa-fw fa-archive"></i> Show* button next to the collection. This will take you to the collection's page. Using this page you can see the collection's contents, download individual files, and set sharing options.
+
+You can now download the collection by clicking on the <span class="btn btn-sm btn-info"><i class="fa fa-download"></i></span> button.
+
+h2. Downloading a shared collection using Workbench
+
+Collections can be shared to allow downloads by anonymous users.
+
+To share a collection with anonymous users, visit the collections page using Workbench as described in the above section. Once on the collection's page, click on the <span class="btn btn-sm btn-primary" >Create sharing link</span> button.
+
+This will create a sharing link for the collection as shown below. You can copy the sharing link in this page and share it with other users.
+
+!{display: block;margin-left: auto;margin-right: auto;border:2px solid lightblue;}{{site.baseurl}}/images/shared-collection.png!
+
+A user with this url can download this collection by simply accessing this url. It will present a downloadable version of the collection as shown below.
+
+!{display: block;margin-left: auto;margin-right: auto;border:2px solid lightblue;}{{site.baseurl}}/images/download-shared-collection.png!
+
+

commit 3e1af54110b9168cccb9ea624da72e202d275b5f
Merge: feb8948 9c2e673
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Wed Jan 14 13:38:45 2015 -0500

    Merge branch 'master' into 4926-browser-based-upload


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list