5416: Merge branch 'master' into 5416-git-auth-token
[arvados.git] / doc / install / install-manual-prerequisites.html.textile.liquid
index 06de1dd162b57d91e69acb846ff2bf9d0aa029ca..5fe214ec96d0439a1595dca4e0baa47bdb4ffb00 100644 (file)
@@ -19,7 +19,7 @@ table(table table-bordered table-condensed).
 |Arvados compute node|1|
 </div>
 
-The number of Keepstore, shell and compute nodes listed above is a minimum. In a real production installation, you will likely run many more of each of those types of nodes. In such a scenario, you would probably also want to dedicate a node to the Workbenbench server and crunch dispatcher, respectively. For performance reasons, you may want to run the database server on a separate node as well.
+The number of Keepstore, shell and compute nodes listed above is a minimum. In a real production installation, you will likely run many more of each of those types of nodes. In such a scenario, you would probably also want to dedicate a node to the Workbench server and Crunch dispatcher, respectively. For performance reasons, you may want to run the database server on a separate node as well.
 
 h2. A unique identifier
 
@@ -34,7 +34,7 @@ You may also use a different method to pick the unique identifier. The unique id
 
 h2. SSL certificates
 
-There are four public-facing services that will require an SSL certificate. If you do not have official SSL certificates, you can use self-signed certificates. By convention, we use the following hostname pattern:
+There are five public-facing services that will require an SSL certificate. If you do not have official SSL certificates, you can use self-signed certificates. By convention, we use the following hostname pattern:
 
 <div class="offset1">
 table(table table-bordered table-condensed).
@@ -43,4 +43,5 @@ table(table table-bordered table-condensed).
 |Arvados Websockets endpoint|ws.@uuid_prefix@.your.domain|
 |Arvados Keepproxy server|keep.@uuid_prefix@.your.domain|
 |Arvados Workbench|workbench.@uuid_prefix@.your.domain|
+|Arvados SSO Server|auth.your.domain|
 </div>