From 04ba288dac334697bcac42788c9fd603cf93a7d6 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sun, 30 Aug 2020 01:57:21 -0400 Subject: add readme for deployment scripts --- scripts/deploy/README.rst | 79 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 scripts/deploy/README.rst diff --git a/scripts/deploy/README.rst b/scripts/deploy/README.rst new file mode 100644 index 0000000..69eb1cb --- /dev/null +++ b/scripts/deploy/README.rst @@ -0,0 +1,79 @@ +How do I Reproduce Your Key Result in the Paper? +================================================ + +Step 1 - Environment and Dependencies +------------------------------------- + +Local Environment +----------------- + +- We assume you have the latest ansible_ installed on your work computer (could + be your laptop/home computer). +- On your work computer, you have cloned the latest ``libhotstuff`` repo and + updated all submodules (if not sure, run ``git submodules update --init + --recursive``). Right now, you should be at ``/scripts/deploy`` directory in + your shell (``cd