8014: Add #configure anchors to API server and Workbench install guides.
authorBrett Smith <brett@curoverse.com>
Fri, 1 Jan 2016 20:26:22 +0000 (15:26 -0500)
committerBrett Smith <brett@curoverse.com>
Fri, 1 Jan 2016 20:26:44 +0000 (15:26 -0500)
Package postinst scripts will use these to point people to the right
places in the documentation to read what steps they need to take
manually.  The SSO server docs+package already follow this
convention.  Refs #8014.

doc/install/install-api-server.html.textile.liquid
doc/install/install-workbench-app.html.textile.liquid

index 69ff768ee1f17286c372719d5deb0c6171799356..20a8a97af1b617f135c2000774144a08159ea1ca 100644 (file)
@@ -34,7 +34,7 @@ On a Red Hat-based system, install the following packages:
 
 {% include 'install_git' %}
 
-h2. Set up the database
+h2(#configure). Set up the database
 
 Generate a new database password. Nobody ever needs to memorize it or type it, so we'll make a strong one:
 
index d05d94daa102e0b6b3a085c06e887905da775f29..f82a5b031d298989d3fd59c935198f2b4b962f51 100644 (file)
@@ -43,7 +43,7 @@ The Workbench server package uses configuration files that you write to @/etc/ar
 </code></pre>
 </notextile>
 
-h2. Configure Workbench
+h2(#configure). Configure Workbench
 
 Edit @/etc/arvados/workbench/application.yml@ following the instructions below.  The deployment script will consistently deploy this to Workbench's configuration directory.  Workbench reads both @application.yml@ and its own @config/application.defaults.yml@ file.  Values in @application.yml@ take precedence over the defaults that are defined in @config/application.defaults.yml@.  The @config/application.yml.example@ file is not read by Workbench and is provided for installation convenience only.