summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManuel Bentele2021-05-21 17:06:34 +0200
committerManuel Bentele2021-05-21 17:06:34 +0200
commit59458d2a158c07b1e5d2ecab0be91c6de604b130 (patch)
treee4dd2eca4b7e4443b7a6b907b1cdbcef90b58243 /README.md
parent[server] Setting timezone for database Docker container (diff)
downloadtutor-module-59458d2a158c07b1e5d2ecab0be91c6de604b130.tar.gz
tutor-module-59458d2a158c07b1e5d2ecab0be91c6de604b130.tar.xz
tutor-module-59458d2a158c07b1e5d2ecab0be91c6de604b130.zip
[client,server] Add doc about how to build and configure server and client
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..23eac65e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# bwSuite & bwLehrpool-Server
+
+The bwSuite (bwLehrpool-Suite) and the bwLehrpool-Server are two applications (client and server) that are part of [bwLehrpool](https://www.bwlehrpool.de). More information about both applications and their configurations can be found in the detailed description of the two application sub-projects:
+
+ - [bwSuite](dozentenmodul/README.md)
+ - [bwLehrpool-Server](dozentenmodulserver/README.md)
+
+
+## Build
+A build of both applications, namely the bwSuite and the bwLehrpool-Server, requires the installation of the build automation tool [Maven](https://maven.apache.org) and the Java development kit [OpenJDK 8](https://openjdk.java.net/projects/jdk8).
+
+Both applications can be built automatically by calling Maven with the following command line call:
+
+```shell
+mvn clean package
+```
+
+A build of both applications creates Java archive files (\*.jar) that are placed into each sub-project's `target` directory.