X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..6f62ef31c63c6f04f9cb3fc772b93bead5a58345:/doc/install/install-composer.html.textile.liquid diff --git a/doc/install/install-composer.html.textile.liquid b/doc/install/install-composer.html.textile.liquid index 9bd25ed790..f0938e860d 100644 --- a/doc/install/install-composer.html.textile.liquid +++ b/doc/install/install-composer.html.textile.liquid @@ -3,8 +3,13 @@ layout: default navsection: installguide title: Install Composer ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. -Arvados Composer is a single-page javascript application for building Common Workflow Languge (CWL) Workflows. +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} + +Arvados Composer is a web-based javascript application for building Common Workflow Languge (CWL) Workflows. h2. Prerequisites @@ -30,14 +35,6 @@ On a Red Hat-based system, install the following package: h2. Configure -h3. composer.yml - -Edit @/etc/arvados/composer/composer.yml@ and set @apiEndPoint@ to your API server: - -
-apiEndPoint: https://zzzzz.arvadosapi.com
-
- h3. Nginx Add Composer to your Nginx configuration. This example will host Composer at @/composer@. @@ -49,11 +46,22 @@ location /composer { } -h3. Workbench link to composer +h3. composer.yml -Edit the workbench @application.yml@ and set @composer_url@ to the location from which it is served. +Create @/var/www/arvados-composer/composer.yml@ and set @API_HOST@ to your API server:
-production:
-  composer_url: 'https://workbench.zzzzz.arvadosapi.com/composer'
+API_HOST: zzzzz.arvadosapi.com
 
+ +h3. Workbench link to composer + +Edit @config.yml@ and set @Services.Composer.ExternalURL@ to the location from which it is served: + + +
Clusters:
+  zzzzz:
+    Services:
+      Composer:
+        ExternalURL: https://workbench.zzzzz.arvadosapi.com/composer
+