From 905109a853cc7643a985cb058fd6994ae6a4fa4b Mon Sep 17 00:00:00 2001 From: Zach Wright Date: Wed, 24 Nov 2021 14:09:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9179fa..3708bba 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The web-layer of the KPMP curation tools. ## How to work with this locally -Libra-web lives atop the DLU ecosystem and uses orion-data as it's service layer. +Libra-web lives atop the DLU ecosystem and uses orion-data as its service layer. In production, DLU and DMD are served up with the same Apache, but we have not yet confgured our local instance to handle this since it would mean that one of the applications would need to run at a different path, which makes compiling for local and production different. Instead, the easiest way to get the DMD running locally is to modify your .env in heavens-docker/orion to set the ENV_REACT_APPDIR to point at your checked out libra-web instead of orion-web