From 1ab1c6ac6e495b2e902a90b18d3d873405ef1aac Mon Sep 17 00:00:00 2001 From: Marcus W Barone Date: Thu, 28 Oct 2021 16:12:50 -0400 Subject: [PATCH 1/2] Update README.md Added bash command for WSL users' future reference --- SDP_Logger_Scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDP_Logger_Scripts/README.md b/SDP_Logger_Scripts/README.md index 9f2d4b6..48552a6 100644 --- a/SDP_Logger_Scripts/README.md +++ b/SDP_Logger_Scripts/README.md @@ -6,7 +6,7 @@ - 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```. The terminal window should appear frozen, but will be running CTFE. CTRL+C to terminate. + 2. In a seperate terminal, run ```sh run_ctfe.sh``` (or ```bash run_ctfe.sh``` if using WSL2). 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! \ No newline at end of file + - If you recieve a response, then the logger is successfully running! From 571ee138de14c566f5264ef40e2a5b419f64d5e3 Mon Sep 17 00:00:00 2001 From: Marcus W Barone Date: Thu, 28 Oct 2021 16:18:08 -0400 Subject: [PATCH 2/2] Update README.md --- SDP_Logger_Scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDP_Logger_Scripts/README.md b/SDP_Logger_Scripts/README.md index 48552a6..7a39e6b 100644 --- a/SDP_Logger_Scripts/README.md +++ b/SDP_Logger_Scripts/README.md @@ -6,7 +6,7 @@ - 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``` (or ```bash run_ctfe.sh``` if using WSL2). The terminal window should appear frozen, but will be running CTFE. CTRL+C to terminate. + 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!