Add developer install option to the documentation

This commit is contained in:
Tobias Kussel 2023-02-27 13:02:59 +01:00
parent 5d38f48f68
commit cedc97477f
1 changed files with 4 additions and 0 deletions

View File

@ -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. 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 <projectname>` 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 ## Troubleshooting
### Docker Daemon Proxy Configuration ### Docker Daemon Proxy Configuration