From 94874e2d8a7b1ca22552134496014460f2d2f64d Mon Sep 17 00:00:00 2001
From: Jake Smith <jws52@cam.ac.uk>
Date: Wed, 23 Oct 2019 17:28:37 +0100
Subject: [PATCH] Describing use of generalised EWS in README.

---
 README.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 173e7cd..b836e46 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,14 @@
-Ethiopia EWS Coordinator
+EWS Coordinator
 
-This project contains all the glue code to run the operational Ethiopia EWS.
+This project contains all the glue code to run the operational wheat rust Early Warning System.
 
 Main tasks:
 
-Cron schedulers to run the EWS asap every day
+Cron schedulers to run the EWS every day
 File transfers between servers (FTP pulls and staging to servers)
 Job management and launchers - running the EWS components located on our servers
+
+To configure for a new region:
+
+Create new copy of EWS Coordinator.
+Modify cron schedulers and ProjectConfig.pl to point to the new copy of the EWS Coordinator.
-- 
GitLab