From cedc97477f3bc094cdb35daf1d6b2a8ba81513c6 Mon Sep 17 00:00:00 2001 From: Tobias Kussel Date: Mon, 27 Feb 2023 13:02:59 +0100 Subject: [PATCH] Add developer install option to the documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8fba0c9..2951102 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,10 @@ To keep all Bridgeheads up and working and detect any errors before a user does, In all monitoring cases, obviously no sensitive information is transmitted, in particular not any patient-related data. Aggregated data, e.g. total amount of datasets, may be transmitted for diagnostic purposes. +### Development Installation + +By using `./bridgehead dev-install ` instead of `install`, you can install a developer bridgehead. The difference is, that you can provide an arbitrary configuration repository during the installation, meaning that it does not have to adhere to the usual naming scheme. This allows for better decoupling between development and production configurations. + ## Troubleshooting ### Docker Daemon Proxy Configuration