summaryrefslogtreecommitdiffstats
path: root/dozentenmodul
diff options
context:
space:
mode:
authorManuel Bentele2021-06-02 13:09:44 +0200
committerManuel Bentele2021-06-02 13:09:44 +0200
commit208860d5b7997240b3fe8c11005793b54b9b6f72 (patch)
tree4c331e51988c41b0456191730be2bce09c2142c8 /dozentenmodul
parent[server] Package build version and timestamp into MANIFEST.MF (diff)
downloadtutor-module-208860d5b7997240b3fe8c11005793b54b9b6f72.tar.gz
tutor-module-208860d5b7997240b3fe8c11005793b54b9b6f72.tar.xz
tutor-module-208860d5b7997240b3fe8c11005793b54b9b6f72.zip
[client,server] Add configuration overwrites to use master-server Docker container
Diffstat (limited to 'dozentenmodul')
-rw-r--r--dozentenmodul/README.md12
1 files changed, 12 insertions, 0 deletions
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:<CONFIG> -jar <APP>
```
+
## Execution
+
+### Standalone
The bwLehrpool-Suite application can be executed with the following command line call where `<APP>` is a path to the built bwLehrpool-Suite application (Java archive file):
```shell
java -jar <APP>
```
+
+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 <APP> 192.168.200.10 9090 false
+```