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! +