[ARVADOS] updated: f2d1eec06a7f44fcd2ded1939d6a2fcfad50840a
git at public.curoverse.com
git at public.curoverse.com
Wed Mar 18 09:49:47 EDT 2015
Summary of changes:
.../install-manual-prerequisites.html.textile.liquid | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
via f2d1eec06a7f44fcd2ded1939d6a2fcfad50840a (commit)
from 25520da76bbd3c00223cf401a4b48de4681f02e8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f2d1eec06a7f44fcd2ded1939d6a2fcfad50840a
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed Mar 18 09:50:44 2015 -0400
More tweaks for the manual install prerequisites doc page.
refs #5416
diff --git a/doc/install/install-manual-prerequisites.html.textile.liquid b/doc/install/install-manual-prerequisites.html.textile.liquid
index 58aa2bb..74a8647 100644
--- a/doc/install/install-manual-prerequisites.html.textile.liquid
+++ b/doc/install/install-manual-prerequisites.html.textile.liquid
@@ -11,12 +11,12 @@ This guide assumes you have seven systems available in the same network subnet:
<div class="offset1">
table(table table-bordered table-condensed).
|_Function_|_Number of nodes_|
-|Arvados REST API, Websockets, Workbench and Crunch dispatcher|1|
-|Arvados SSO server|1|
+|Arvados API, Crunch dispatcher, Git, Websockets and Workbench|1|
+|Arvados Compute node|1|
|Arvados Keepproxy server|1|
|Arvados Keepstore servers|2|
-|Arvados shell server|1|
-|Arvados compute node|1|
+|Arvados Shell server|1|
+|Arvados SSO server|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 Workbench server and Crunch dispatcher, respectively. For performance reasons, you may want to run the database server on a separate node as well.
@@ -39,10 +39,10 @@ There are six public-facing services that will require an SSL certificate. If yo
<div class="offset1">
table(table table-bordered table-condensed).
|_Function_|_Hostname_|
-|Arvados REST API|@uuid_prefix at .your.domain|
-|Arvados Websockets endpoint|ws. at uuid_prefix@.your.domain|
+|Arvados API|@uuid_prefix at .your.domain|
|Arvados Git server|git. at uuid_prefix@.your.domain|
|Arvados Keepproxy server|keep. at uuid_prefix@.your.domain|
-|Arvados Workbench|workbench. at uuid_prefix@.your.domain|
|Arvados SSO Server|auth.your.domain|
+|Arvados Websockets endpoint|ws. at uuid_prefix@.your.domain|
+|Arvados Workbench|workbench. at uuid_prefix@.your.domain|
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list