Browse Source

Included edits for how to restart the servers

Miti Mazmudar 4 years ago
parent
commit
6ce62d45ae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -14,4 +14,5 @@ We have four main scripts. Two of these scripts setup drivers and the others set
 * run-mitigator: runs the docker container with the image initialized in the build-mitigator script. 
 
 After entering the docker container, the deploy_enclaves script creates the three enclaves, starting with the decryptor, followed by the verifier and then the Apache server, each in a different tmux session. We do require a client to install our browser extension to test our server-side setup. The last script opens up port 8044 for the Mitigator server and thus the form page can be retrieved by accessing <server_url>:8044/index.php. 
+To restart the Apache server after stopping it, you need to stop the decryptor and then restart the decryptor, verifier and the Apache server in that order, as in the deploy_enclaves script.