aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-09-23 15:29:42 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-09-23 15:43:55 +0200
commit18436eb707e0b153944c9aa6d4d014a47af198da (patch)
tree179921be77a7ba319335eb10516d34bb11e5440c /readme.md
parent94d1a4883b3efc5d8351e489066647e15bb52f53 (diff)
downloadmoa-zs-18436eb707e0b153944c9aa6d4d014a47af198da.tar.gz
moa-zs-18436eb707e0b153944c9aa6d4d014a47af198da.tar.bz2
moa-zs-18436eb707e0b153944c9aa6d4d014a47af198da.zip
Fix Code Blocks in Readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 40cba5a..7a7694f 100644
--- a/readme.md
+++ b/readme.md
@@ -6,6 +6,7 @@ See [the technical specification](docs/spec.md) for a more detailed description
## Build Instructions
Compilation and Runtime Requirements:
+
- OpenJDK 12 (OpenJDK 11 has an unfixed bug [1] that prevents the completion of TLS handshakes.)
- Apache Maven (tested with Apache Maven 3.6.0)
@@ -66,10 +67,8 @@ Here's a quick guide how to set up an Apache 2 service on localhost as a SSL ter
The application can be packaged to a web application archive by running the following command:
-
mvn package
-
Find the war file in the `target/` folder.
## Deployment