X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d07162cf2fddaafaa4ea0775d396d77f01083501..a8d73de4f59cf567a96f2f04be01a249d4f7c20b:/doc/install/copy_pipeline_from_curoverse.html.textile.liquid diff --git a/doc/install/copy_pipeline_from_curoverse.html.textile.liquid b/doc/install/copy_pipeline_from_curoverse.html.textile.liquid index bf3a5b02ae..4961a05b56 100644 --- a/doc/install/copy_pipeline_from_curoverse.html.textile.liquid +++ b/doc/install/copy_pipeline_from_curoverse.html.textile.liquid @@ -3,6 +3,11 @@ layout: default navsection: installguide title: Copy pipeline from Curoverse cloud ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} This tutorial describes how to find and copy a publicly shared pipeline from Curoverse cloud. Please note that you can use similar steps to copy any template you can access from Curoverse cloud to your cluster. @@ -26,7 +31,7 @@ We will use the Arvados *arv-copy* command to copy this template to your cluster During this setup, if you have an account in Curoverse cloud, you can use "your access token":#using-your-token to create the source configuration file. If you do not have an account in Curoverse cloud, you can use the "anonymous access token":#using-anonymous-token for the source cluster configuration. -h4(#using-anonymous-token). *Configure source and destination while using anonymous access token for source* +h4(#using-anonymous-token). *Configuring source and destination setup files using anonymous access token* Configure the source and destination clusters as described in the "*Using arv-copy*":http://doc.arvados.org/user/topics/arv-copy.html tutorial in user guide, while using *5vqmz9mik2ou2k9objb8pnyce8t97p6vocyaouqo3qalvpmjs5* as the API token for source configuration. @@ -46,7 +51,7 @@ You can now copy the pipeline template from *qr1hi* to *your cluster*. Replace * *Note:* When you are using anonymous access token to copy the template, you will not be able to do a recursive copy since you will not be able to provide the dst-git-repo parameter. In order to perform a recursive copy of the template, you would need to use the Arvados API token from your account as explained in the "using your token":#using-your-token section below. -h4(#using-your-token). *Configuring using your access tokens* +h4(#using-your-token). *Configuring source and destination setup files using personal access token* If you already have an account in Curoverse cloud, you can follow the instructions in the "*Using arv-copy*":http://doc.arvados.org/user/topics/arv-copy.html user guide to get your *Current token* for source and destination clusters, and use them to create the source *qr1hi.conf* and dst_cluster.conf configuration files.