From 208860d5b7997240b3fe8c11005793b54b9b6f72 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Wed, 2 Jun 2021 13:09:44 +0200 Subject: [client,server] Add configuration overwrites to use master-server Docker container --- dozentenmodul/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'dozentenmodul') diff --git a/dozentenmodul/README.md b/dozentenmodul/README.md index 024e86cc..a14e2bdc 100644 --- a/dozentenmodul/README.md +++ b/dozentenmodul/README.md @@ -43,9 +43,21 @@ The custom configuration file is specified by executing the bwLehrpool-Suite app java -Dlog4j.configuration=file: -jar ``` + ## Execution + +### Standalone The bwLehrpool-Suite application can be executed with the following command line call where `` is a path to the built bwLehrpool-Suite application (Java archive file): ```shell java -jar ``` + +Note that the bwLehrpool-Suite application started with the above call uses the production default bwLehrpool-Master-Server of the University of Freiburg. + +### Docker infrastructure +If the custom bwLehrpool-Master-Server of the Docker infrastructure from the [masterserver](https://git.openslx.org/bwlp/masterserver.git) repository should be used instead, the bwLehrpool-Suite application can be executed according to the above command line call with the following additional command line parameters: + +```shell +java -jar 192.168.200.10 9090 false +``` -- cgit v1.2.3-55-g7522