From ab886677b6851acdd466ea809e1045aad30da861 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Fri, 10 Jul 2020 14:15:52 -0600 Subject: [PATCH] Small change that was missed on previous commit, in the example definition the store and serve server comes first and then the ingest and decode server. Had to switch those in the text description that goes with the "Example Installation" seciton. --- docs/edex/distributed-computing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/edex/distributed-computing.md b/docs/edex/distributed-computing.md index b7792f529d..07378dd1cc 100644 --- a/docs/edex/distributed-computing.md +++ b/docs/edex/distributed-computing.md @@ -14,7 +14,7 @@ For our EDEX we have designated an instance of the ingest/decoding server to be ## Example Installation -This walkthrough will install different EDEX components on two machines in the XSEDE Jetstream Cloud, the first is used to **ingest and decode** while the second is used to **store and serve** data. +This walkthrough will install different EDEX components on two machines in the XSEDE Jetstream Cloud, the first is used to **store and serve** while the second is used to **ingest and decode** data. ![](/images/awips2_distributed.png)