From a64ca249d18416df8150ce4c12984492af168e22 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 16 May 2021 20:27:56 +0100 Subject: [PATCH] docs/running: Add section on needing to search/replace monitor files --- docs/Running-this-software.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/Running-this-software.md b/docs/Running-this-software.md index 1e548a9..5ede36b 100644 --- a/docs/Running-this-software.md +++ b/docs/Running-this-software.md @@ -51,6 +51,18 @@ There are three components to this application. 1. Relay - this is where listeners connect in order to be sent messages that have passed the schema and duplicate checks. +As the code currently (2021-05-16) stands it MUST run on a standalone host +such that everything is served relative to the path root, not a path prefix. + +Also all of the `contrib/monitor` files have `eddn.edcd.io` hard-coded. You +will need to perform search and replace on the installed/live files to use a +test host. The files in question are: + + monitor/js/eddn.js + monitor/schemas.html + +Replace the string `eddn.edcd.io` with the hostname you're using. + ## Configuration Default application configuration is in the file `src/eddn/conf/Settings.py`. Do **not** change anything in this file, see below about overriding using