X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3618d1f8e8a79e7b976fa5df61dc5097d18ff2e4..02a9d43ab7340d2cf6ce6c13d42e579729595071:/doc/install/install-workbench-app.html.textile.liquid diff --git a/doc/install/install-workbench-app.html.textile.liquid b/doc/install/install-workbench-app.html.textile.liquid index 7ad56b32d6..72a80fd834 100644 --- a/doc/install/install-workbench-app.html.textile.liquid +++ b/doc/install/install-workbench-app.html.textile.liquid @@ -40,7 +40,7 @@ On a Red Hat-based system, install the following packages: h2(#configure). Configure Workbench -Edit @/etc/arvados/config.yml@ following the instructions below. Only a few of the most important configuration options are listed here. The full set of configuration options are in the "Workbench section of config.yml":{{site.baseurl}}/admin/config.html +Edit @/etc/arvados/config.yml@ to set the keys below. Only the most important configuration options are listed here. The full set of configuration options are in the "Workbench section of config.yml":{{site.baseurl}}/admin/config.html h3. Workbench.SecretKeyBase @@ -54,6 +54,14 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa Then put that value in the @Workbench.SecretKeyBase@ field. + +
Cluster:
+  zzzzz:
+    Workbench:
+      SecretKeyBase: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+
+
+ h3. Services.Controller.ExternalURL Ensure that @Services.Controller.ExternalURL@ is configured for "Arvados Controller":install-controller.html . For example like this: @@ -63,7 +71,7 @@ Ensure that @Services.Controller.ExternalURL@ is configured for "Arvados Control zzzzz: Services: Controller: - ExternalURL: https://prefix_uuid.your.domain + ExternalURL: https://prefix_uuid.your.domain @@ -71,13 +79,30 @@ h3. Workbench.SiteName @Workbench.SiteName@ can be set to any arbitrary string. It is used to identify this Workbench to people visiting it. + + +
Cluster:
+  zzzzz:
+    Workbench:
+      SiteName: My Arvados
+
+
+ h3. TLS.Insecure For testing only. Allows use of self-signed certificates. If true, workbench will not verify the TLS certificate of Arvados Controller. -h2. Configure Piwik + +
Cluster:
+  zzzzz:
+    TLS:
+      Insecure: false
+
+
+ +h2. Configure Piwik (optional) -Piwik is optional, and can be to gather usage analytics. In @/var/www/arvados-workbench/current/config@, copy @piwik.yml.example@ to @piwik.yml@ and edit to suit. +Piwik can be used to gather usage analytics. In @/var/www/arvados-workbench/current/config@, copy @piwik.yml.example@ to @piwik.yml@ and edit to suit. h2. Set up Web server