summaryrefslogtreecommitdiffstats
path: root/dozentenmodul
diff options
context:
space:
mode:
authorManuel Bentele2021-05-25 08:20:19 +0200
committerManuel Bentele2021-05-25 08:20:19 +0200
commit18115507cfd5816cdb8d77e9e4f0d67dc0c503b8 (patch)
treec6e31ad3f3d41d6be93fa5b0ddd62060e307aa10 /dozentenmodul
parent[client] Change deprecated name 'bwSuite' to 'bwLehrpool-Suite' in the docume... (diff)
downloadtutor-module-18115507cfd5816cdb8d77e9e4f0d67dc0c503b8.tar.gz
tutor-module-18115507cfd5816cdb8d77e9e4f0d67dc0c503b8.tar.xz
tutor-module-18115507cfd5816cdb8d77e9e4f0d67dc0c503b8.zip
[client,server] Fix spelling mistakes in the documentationdmsd-v3.10
Diffstat (limited to 'dozentenmodul')
-rw-r--r--dozentenmodul/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/dozentenmodul/README.md b/dozentenmodul/README.md
index 12a61cb3..024e86cc 100644
--- a/dozentenmodul/README.md
+++ b/dozentenmodul/README.md
@@ -1,7 +1,7 @@
# bwLehrpool-Suite - Administration Client for Virtual Machines and Events
The bwLehrpool-Suite is a [bwLehrpool](https://www.bwlehrpool.de) client application to create and administrate virtual machines for study and coursework.
-With the help of the bwLehrpool-Suite it is possible to download ready-to-use virtual machine templates, which you can adapt locally for your purposes.
+With the help of the bwLehrpool-Suite, it is possible to download ready-to-use virtual machine templates, which you can adapt locally for your purposes.
Then, the bwLehrpool-Suite is capable to upload these personalized virtual machines to the [bwLehrpool-Server](../dozentenmodulserver/README.md), create new events and link the virtual machines to created events.
Additionally, permissions can be set to grant selected or all users access to virtual machines.
@@ -36,8 +36,8 @@ The default logging configurations are specified in the property file under `src
This configuration file is packaged automatically into the bwLehrpool-Suite application during a build.
#### Overwrite Logging Defaults
-If logging configurations other than the defaults are required, the configuration file packaged into the bwLehrpool-Suite application can be overwritten by specifiying a custom configuration file.
-The custom configuration file is specified by execute the bwLehrpool-Suite application with the following command line call where `<CONFIG>` is an absolute path to the custom configuration file and `<APP>` is a path to the built bwLehrpool-Suite application (Java archive file):
+If logging configurations other than the defaults are required, the configuration file packaged into the bwLehrpool-Suite application can be overwritten by specifying a custom configuration file.
+The custom configuration file is specified by executing the bwLehrpool-Suite application with the following command line call where `<CONFIG>` is an absolute path to the custom configuration file and `<APP>` is a path to the built bwLehrpool-Suite application (Java archive file):
```shell
java -Dlog4j.configuration=file:<CONFIG> -jar <APP>