[ARVADOS] updated: 66c19e11db2626bd82eb755ea6552ce5caec69af

git at public.curoverse.com git at public.curoverse.com
Wed Jul 15 10:33:18 EDT 2015


Summary of changes:
 doc/_config.yml                              |   1 +
 doc/_includes/_arv_copy_expectations.liquid  |   3 +
 doc/images/api-token-host.png                | Bin 0 -> 25207 bytes
 doc/user/topics/arv-copy.html.textile.liquid |  80 +++++++++++++++++++++++++++
 4 files changed, 84 insertions(+)
 create mode 100644 doc/_includes/_arv_copy_expectations.liquid
 create mode 100644 doc/images/api-token-host.png
 create mode 100644 doc/user/topics/arv-copy.html.textile.liquid

       via  66c19e11db2626bd82eb755ea6552ce5caec69af (commit)
       via  1d82713672c3f6304b8f5d7d014ee39fa15bc579 (commit)
       via  beab0d6bf936becea2a92c6778c2008d451db0fc (commit)
       via  0628f0c1d83fc71d4b0913f4f3fb90e4ad1632f2 (commit)
       via  8f589475096eb42dd1eccfbfbfc1fd5bc8f4e8ba (commit)
       via  7adf48e3633942e40b3943db8a7a31ec23d12a5b (commit)
       via  d5dbaeb59cb702793b926a63cabbeaa37f96dcfd (commit)
       via  603992242f91426818fd56317c6adf4521f9500c (commit)
       via  9053b511d514aa3e902259d3070ba439bfae6613 (commit)
       via  9d52ea83290cab293229815286579ab6a1584f9e (commit)
       via  6196d3280c04dabf2f347a55ed5d034e6bf5aa39 (commit)
       via  becec5efdb1a5e031f20d30393dcccf87232118d (commit)
       via  0581bd67385a585beb2d6ee5392ce7cf9d526873 (commit)
       via  e3ab22d08738c5aedb3e021e47959c1548f62ead (commit)
       via  5b311db10a1f745d2b7018f4fd1ce462550f1bc6 (commit)
       via  6e3e3c5c11a673f2347876368993da9a3715d8f3 (commit)
      from  39c75ea686e2326508fd8e3d0be31cdde7906597 (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 66c19e11db2626bd82eb755ea6552ce5caec69af
Merge: 39c75ea 1d82713
Author: bryan <bcosc at bcosc-VirtualBox.(none)>
Date:   Wed Jul 15 10:33:11 2015 -0400

    Merge branch '5288-arv-copy-documentation' refs #5288


commit 1d82713672c3f6304b8f5d7d014ee39fa15bc579
Author: bryan <bcosc at bcosc-VirtualBox.(none)>
Date:   Wed Jul 15 10:21:05 2015 -0400

    Note #16

diff --git a/doc/user/topics/arv-copy.html.textile.liquid b/doc/user/topics/arv-copy.html.textile.liquid
index bda8026..b20b8bf 100644
--- a/doc/user/topics/arv-copy.html.textile.liquid
+++ b/doc/user/topics/arv-copy.html.textile.liquid
@@ -13,9 +13,9 @@ h2. arv-copy
 
 @arv-copy@ allows users to copy collections, pipeline templates, and pipeline instances from one cluster to another. By default, @arv-copy@ will recursively go through a template or instance and copy all dependencies associated with the object.
 
-For example, let's copy from our <a href="https://cloud.curoverse.com/">beta cloud instance *qr1hi*</a> to *dst_cluster*. The names *qr1hi* and *dst_cluster* are interchangable with any cluster name. You can find the cluster name from the prefix of the uuid of the object you want to copy. For example, in qr1hi-4zz18-tci4vn4fa95w0zx, the cluster name is qr1hi.
+For example, let's copy from our <a href="https://cloud.curoverse.com/">beta cloud instance *qr1hi*</a> to *dst_cluster*. The names *qr1hi* and *dst_cluster* are interchangable with any cluster name. You can find the cluster name from the prefix of the uuid of the object you want to copy. For example, in *qr1hi*-4zz18-tci4vn4fa95w0zx, the cluster name is qr1hi.
 
-In order for the clusters to be able to communicate with each other, you must create custom configuration files for both clusters. First, go to your *Manage account* page in Workbench and copy the @ARVADOS_API_HOST@ and @ARVADOS_API_TOKEN@ in both of your clusters. Then, create two configuration files, one for each cluster. The names of the files must have the format of *uuid_prefix*.conf. In our example, let's make two files, one for *qr1hi* and one for *dst_cluster*. From your *Manage account* page in *qr1hi* and *dst_cluster*, copy the @ARVADOS_API_HOST@ and @ARVADOS_API_TOKEN at .
+In order for the clusters to be able to communicate with each other, you must create custom configuration files for both clusters. First, go to your *Manage account* page in Workbench and copy the @ARVADOS_API_HOST@ and @ARVADOS_API_TOKEN@ in both of your clusters. Then, create two configuration files, one for each cluster. The names of the files must have the format of *uuid_prefix.conf*. In our example, let's make two files, one for *qr1hi* and one for *dst_cluster*. From your *Manage account* page in *qr1hi* and *dst_cluster*, copy the @ARVADOS_API_HOST@ and @ARVADOS_API_TOKEN at .
 
 !{display: block;margin-left: 25px;margin-right: auto;}{{ site.baseurl }}/images/api-token-host.png!
 
@@ -34,7 +34,7 @@ Now you're ready to copy between *qr1hi* and *dst_cluster*!
 
 h3. How to copy a collection
 
-First, select the uuid of the collection you want to copy from the source cluster. The uuid can be found in the collection displace page in the collection summary area (top left box), or from the URL bar (the part after @collections/...@)
+First, select the uuid of the collection you want to copy from the source cluster. The uuid can be found in the collection display page in the collection summary area (top left box), or from the URL bar (the part after @collections/...@)
 
 Now copy the collection from *qr1hi* to *dst_cluster*. We will use the uuid @qr1hi-4zz18-tci4vn4fa95w0zx@ as an example. You can find this collection in the <a href="https://cloud.curoverse.com/collections/qr1hi-4zz18-tci4vn4fa95w0zx">lobSTR v.3 project on cloud.curoverse.com</a>.
 <notextile>
@@ -44,7 +44,7 @@ arvados.arv-copy[1234] INFO: Success: created copy with uuid dst_cluster-4zz18-8
 </code></pre>
 </notextile>
 
-The output of arv-copy displays the uuid of the collection generated in the destination cluster. By default, the output is placed in your home project in the destination cluster. If you want to place your collection inside of a pre-created project, you can specify the project you want it to be in using the tag @--project-uuid@ followed by the project uuid.
+The output of arv-copy displays the uuid of the collection generated in the destination cluster. By default, the output is placed in your home project in the destination cluster. If you want to place your collection in a pre-created project, you can specify the project you want it to be in using the tag @--project-uuid@ followed by the project uuid.
 
 For example, this will copy the collection to project dst_cluster-j7d0g-a894213ukjhal12 in the destination cluster.
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list