Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit cde34ee

Browse files
rranjan3manojgop
authored andcommitted
Update proxy model documentation for worker pool
Signed-off-by: Rajeev Ranjan <[email protected]>
1 parent 4cc370c commit cde34ee

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

docs/TestingBesuProxyModel.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ To run Besu with Hyperledger Avalon, follow these steps:
9595
cd $TCF_HOME
9696
docker-compose -f docker-compose.yaml -f docker-compose-eth-besu.yaml up -d --build
9797
98+
To start a worker pool (with one Key Management Enclave and one Work order Processing Enclave):
99+
100+
.. code:: sh
101+
102+
docker-compose -f docker-compose.yaml -f docker-compose-pool.yaml -f docker-compose-eth-besu.yaml --build
103+
104+
To run in Intel SGX hardware mode, use the corresponding docker compose file for singleton or worker pool mode (as specified in `BUILD.md <../BUILD.md>`_).
105+
98106
8. Go to the ``avalon-shell`` container to run ``eth_generic_client.py``:
99107

100108
.. code:: sh

docs/TestingFabricProxyModel.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ To run Fabric with Hyperledger Avalon, follow these steps:
5959
6060
docker-compose -f docker-compose.yaml -f docker-compose-fabric.yaml up --build
6161
62+
To start a worker pool (with one Key Management Enclave and one Work order Processing Enclave):
63+
64+
.. code:: sh
65+
66+
docker-compose -f docker-compose.yaml -f docker-compose-pool.yaml -f docker-compose-fabric.yaml --build
67+
68+
To run in Intel SGX hardware mode, use the corresponding docker compose file for singleton or worker pool mode (as specified in `BUILD.md <../BUILD.md>`_).
69+
6270
Once the Fabric containers are up and running we can start and stop Avalon
6371
containers any number of times without restarting the Fabric containers.
6472
To save time, omit the ``--build`` parameter after running the first time

docs/TestingGanacheProxyModel.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ To run Ganache with Hyperledger Avalon, follow these steps:
9696
cd $TCF_HOME
9797
docker-compose -f docker-compose.yaml -f docker-compose-eth-ganache.yaml up -d --build
9898
99+
To start a worker pool (with one Key Management Enclave and one Work order Processing Enclave):
100+
101+
.. code:: sh
102+
103+
docker-compose -f docker-compose.yaml -f docker-compose-pool.yaml -f docker-compose-eth-ganache.yaml --build
104+
105+
To run in Intel SGX hardware mode, use the corresponding docker compose file for singleton or worker pool mode (as specified in `BUILD.md <../BUILD.md>`_).
106+
99107
6. Go to the ``avalon-shell`` container to run ``eth_generic_client.py``:
100108

101109
.. code:: sh

0 commit comments

Comments
 (0)