[ARVADOS] created: 1.3.0-1426-gb95196ea3
Git user
git at public.curoverse.com
Wed Jul 31 17:41:03 UTC 2019
at b95196ea383be4b408d80f04317c573b83b86d5b (commit)
commit b95196ea383be4b408d80f04317c573b83b86d5b
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Wed Jul 31 13:40:47 2019 -0400
15356: Update Composer install doc
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/doc/install/install-composer.html.textile.liquid b/doc/install/install-composer.html.textile.liquid
index 9bd25ed79..fdad70f51 100644
--- a/doc/install/install-composer.html.textile.liquid
+++ b/doc/install/install-composer.html.textile.liquid
@@ -30,14 +30,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:
-
-<pre>
-apiEndPoint: https://zzzzz.arvadosapi.com
-</pre>
-
h3. Nginx
Add Composer to your Nginx configuration. This example will host Composer at @/composer at .
@@ -49,11 +41,22 @@ location /composer {
}
</pre>
-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:
<pre>
-production:
- composer_url: 'https://workbench.zzzzz.arvadosapi.com/composer'
+API_HOST: zzzzz.arvadosapi.com
</pre>
+
+h3. Workbench link to composer
+
+Edit @config.yml@ and set @Services.Composer.ExternalURL@ to the location from which it is served:
+
+<notextile>
+<pre><code>Clusters:
+ zzzzz:
+ Services:
+ Composer:
+ ExternalURL: <span class="userinput">https://workbench.zzzzz.arvadosapi.com/composer</span></code></pre>
+</notextile>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list