Merge branch 'thehyve/fix-crunch-documentation' Fix a typo in Crunch Dispatch install...
[arvados.git] / doc / install / copy_pipeline_from_curoverse.html.textile.liquid
index bf3a5b02aebf0e3da932b0de8d8909738ff73286..4961a05b56f025fc18d58f3b8ce95ee977285d58 100644 (file)
@@ -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.