From 64ebf52db6727eae31c124e895f4ef0c841b310b Mon Sep 17 00:00:00 2001 From: FinnCowbell Date: Wed, 27 Oct 2021 18:20:19 -0400 Subject: [PATCH] Adjusted readme --- SDP_Logger_Scripts/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SDP_Logger_Scripts/README.md b/SDP_Logger_Scripts/README.md index 8ee4233..47679e1 100644 --- a/SDP_Logger_Scripts/README.md +++ b/SDP_Logger_Scripts/README.md @@ -6,4 +6,8 @@ - It also makes a config file for CTFE to use. 3. Whenever you want to run the logger, 1. Start trillian in the trillian repository using ```docker-compose -f examples/deployment/docker-compose.yml up``` - 2. In a seperate terminal, run ```sh run_ctfe.sh``` \ No newline at end of file + 2. In a seperate terminal, run ```sh run_ctfe.sh```. The terminal window should appear frozen, but will be running CTFE. CTRL+C to terminate. + +To confirm its working, go to your browser and navigate to http://localhost:6966/sdp/ct/v1/get-sth + - If you recieve a response, then the logger is successfully running! +