aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-09-03 13:27:11 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-09-23 09:28:21 +0200
commitcdc431526c96f0fc0f03befb5c1f6ab6d151f6af (patch)
tree4f3f22d4567abe8f1f0285ad10ad5fb5c2231165 /readme.md
parent3b114adee71e1e2477898d55c91cd573f0e48857 (diff)
downloadmoa-zs-cdc431526c96f0fc0f03befb5c1f6ab6d151f6af.tar.gz
moa-zs-cdc431526c96f0fc0f03befb5c1f6ab6d151f6af.tar.bz2
moa-zs-cdc431526c96f0fc0f03befb5c1f6ab6d151f6af.zip
Add Curl Example
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 1e6a603..a33fcb3 100644
--- a/readme.md
+++ b/readme.md
@@ -6,7 +6,8 @@ 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.)
+- 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)
### Run Unit Tests
@@ -145,6 +146,14 @@ See [specification.md](docs/spec.md) and [application.yaml](src/test/resources/c
1. The app2mzs service is reachable under <http://localhost:$TOMCAT_PORT/moa-zs/services/mzs>.
The zuse2app service is reachable under <http://localhost:$TOMCAT_PORT/moa-zs/services/msg>.
+## Directory Layout
+
+In this repository you will find the following:
+
+- `src` : MOA ZS source code.
+- `docs` : Documentation.
+- `curl` : Example requests to check if the service is up and running on localhost.
+
# Footnotes
[1] https://bugs.openjdk.java.net/browse/JDK-8214098