From 5dfca00fa5abd4a5d93f3f90f94647d357558ee5 Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Tue, 18 Jun 2024 13:29:41 -0700 Subject: [PATCH] Add instructions to test server from the host --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ea70f72..6d572d4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ These are simple steps using a single container. cd /mrva/mrvacommander/cmd/server/ ./server -loglevel=debug -mode=container +1. Test server from the host via + + cd ~/work-gh/mrva/mrvacommander/tools + sh ./request_16-Jun-2024_11-33-16.curl + 1. Test server via remote client by following the steps in [gh-mrva](https://github.com/hohn/gh-mrva/blob/connection-redirect/README.org#compacted-edit-run-debug-cycle) ### Some general docker-compose commands