summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver
diff options
context:
space:
mode:
authorManuel Bentele2021-05-25 08:20:19 +0200
committerManuel Bentele2021-05-25 08:20:19 +0200
commit18115507cfd5816cdb8d77e9e4f0d67dc0c503b8 (patch)
treec6e31ad3f3d41d6be93fa5b0ddd62060e307aa10 /dozentenmodulserver
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 'dozentenmodulserver')
-rw-r--r--dozentenmodulserver/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/dozentenmodulserver/README.md b/dozentenmodulserver/README.md
index 2e2da57c..21e4edee 100644
--- a/dozentenmodulserver/README.md
+++ b/dozentenmodulserver/README.md
@@ -2,7 +2,7 @@
The bwLehrpool-Server is a [bwLehrpool](https://www.bwlehrpool.de) server application to manage virtual machines and events for study and coursework.
Already created virtual machines can be uploaded to the bwLehrpool-Server to share those virtual machines with students and workgroup members as well as link them to events.
-A virtual machine download from the bwLehrpool-Server allows a customization of virtual machines locally for your purposes.
+A virtual machine download from the bwLehrpool-Server allows customization of virtual machines locally for your purposes.
## Build
@@ -29,7 +29,7 @@ A docker image of the bwLehrpool-Server and its required infrastructure can be b
mvn -P dozmod-server:start
```
-Note that a complete Docker infrastructure (images, containers, networks and volumes) is created and started automatically after this call using [docker-compose](https://docs.docker.com/compose).
+Note that a complete Docker infrastructure (images, containers, networks, and volumes) is created and started automatically after this call using [docker-compose](https://docs.docker.com/compose).
To stop the bwLehrpool-Server container and its entire infrastructure, use the following command line call:
```shell
@@ -64,8 +64,8 @@ The default logging configurations are specified in the property file under `src
This configuration file is packaged automatically into the bwLehrpool-Server application during a build.
#### Overwrite Logging Defaults
-If logging configurations other than the defaults are required, the configuration file packaged into the bwLehrpool-Server application can be overwritten by specifiying a custom configuration file.
-The custom configuration file is specified by execute the bwLehrpool-Server application with the following command line call where `<CONFIG>` is a an absolute path to the custom configuration file and `<APP>` is a path to the built bwLehrpool-Server application (Java archive file):
+If logging configurations other than the defaults are required, the configuration file packaged into the bwLehrpool-Server application can be overwritten by specifying a custom configuration file.
+The custom configuration file is specified by execute the bwLehrpool-Server 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-Server application (Java archive file):
```shell
java -Dlog4j.configuration=file:<CONFIG> -jar <APP>