aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-01 14:00:50 +0100
committerTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-05 10:34:22 +0100
commit3a379f80dd6df7ea28210e46c2cea81a64b95534 (patch)
tree7d576ffb18dc2bc42ab865af8bdd1f57313e899d /README.md
parentb4c81d195c09cc2a7623316d417de7624f2b6bb2 (diff)
move httpserver from pnf-simulator repo to nf-simulator/pm-https-server directly.
Change-Id: I80b7db9dbe02389cb2a81cdbfb201830349ca5b7 Issue-ID: INT-1869 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..792820c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,33 @@
+PM Https Server
+---------------
+
+### Build an image
+```
+make build
+```
+
+### Start PM Https Server
+```
+make start
+```
+
+### Stop PM Https Server
+```
+make stop
+```
+
+### Use event with PM Https Server
+```
+make upload-file
+```
+
+### clean target
+```
+make clean
+```
+
+### mod_authnz_jwt.so
+
+External library `mod_authnz_jwt.so` was added to the Apache server. This library wasn't changed in any way.
+This library is supplied under the Apache License, Version 2.0 (the "License"). More info is available at
+https://github.com/AnthonyDeroche/mod_authnz_jwt .