aboutsummaryrefslogtreecommitdiffstats
path: root/httpserver/README.md
diff options
context:
space:
mode:
authormarcinrzepeckiwroc <marcin.rzepecki@nokia.com>2020-12-22 16:23:58 +0100
committermarcinrzepeckiwroc <marcin.rzepecki@nokia.com>2021-01-07 14:54:16 +0100
commit23f606075360a376a8fdb9f7fb1f3505c3100c1a (patch)
treec297a5de42fbd49668db74193673052885f84eea /httpserver/README.md
parent43d113d683ab082f8e2b7ce062e9601e74ffde3a (diff)
Extend PNF simulator with HTTP server
Issue-ID: INT-1814 Change-Id: I06eeb81e46d6a96976f64eece6bbf7209665c1d2 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Diffstat (limited to 'httpserver/README.md')
-rw-r--r--httpserver/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/httpserver/README.md b/httpserver/README.md
new file mode 100644
index 0000000..3b6fda4
--- /dev/null
+++ b/httpserver/README.md
@@ -0,0 +1,17 @@
+Http server
+---------------
+
+### Build an image
+```
+make build-http-server
+```
+
+### Start http server
+```
+make start-http-server
+```
+
+### Stop http server
+```
+make stop-http-server
+```