aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-08-30 12:10:18 -0400
committerDeterminant <tederminant@gmail.com>2020-08-30 12:10:18 -0400
commitc4224e87d06641f3406ba9d8376ba18f0974c649 (patch)
tree2671eedb1d8bdb2464d900608f1f5d3f034c2eb8
parent03868ddf0574bfd56a7523a2de75a586b8af17a3 (diff)
fix section headers
-rw-r--r--scripts/deploy/README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/deploy/README.rst b/scripts/deploy/README.rst
index dee487b..52ab305 100644
--- a/scripts/deploy/README.rst
+++ b/scripts/deploy/README.rst
@@ -5,7 +5,7 @@ Step 1 - Environment and Dependencies
-------------------------------------
Local Environment
------------------
++++++++++++++++++
- We assume you have the latest Ansible_ installed on your work computer (a
work computer is your laptop/home computer).
@@ -18,7 +18,7 @@ Local Environment
<path-to-your-libhotstuff-repo>/scripts/deploy``).
Remote Environment
-------------------
+++++++++++++++++++
- In this example, we use a typical Linux image, Ubuntu 18.04, on Amazon EC2.
But any machine with Ubuntu 18.04 installed may work, in general.
@@ -36,7 +36,7 @@ Remote Environment
- NOTE: In our paper, we used ``c5.4xlarge`` to match the configuration of our baselines.
Step 2 - Generate the Deployment Setup
-======================================
+--------------------------------------
- Edit both ``replicas.txt`` and ``client.txt``:
@@ -55,7 +55,7 @@ Step 2 - Generate the Deployment Setup
- Build ``libhotstuff`` on all remote machines by ``./run.sh setup``.
Step 3 - Run the Experiment
-===========================
+---------------------------
- (optional) Change the parameters in ``hotstuff.gen.conf`` to your liking.
- (optional) Change the parameters in ``group_vars/clients.yml`` to your liking.
@@ -77,7 +77,7 @@ Step 3 - Run the Experiment
- Finally, stop replicas: ``./run.sh stop myrun1``.
Other Notes
-===========
+-----------
- Each ``./run.sh new`` (same for ``./run_cli.sh``) will create a folder that
contains everything (chosen parameters, raw results) for the run. A good