Skip to content

Commit

Permalink
Private data edits
Browse files Browse the repository at this point in the history
Signed-off-by: NIKHIL E GUPTA <ngupta@symbridge.com>
  • Loading branch information
nikhil550 authored and denyeart committed Oct 7, 2020
1 parent 99d7182 commit 568e08c
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 86 deletions.
14 changes: 14 additions & 0 deletions docs/source/couchdb_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,20 @@ To delete the index used in this tutorial, the curl command would be:
curl -X DELETE http://localhost:5984/mychannel_ledger/_index/indexOwnerDoc/json/indexOwner -H "accept: */*" -H "Host: localhost:5984"
Clean up
~~~~~~~~

When you are finished using the tutorial, you can bring down the test network
using ``network.sh`` script.

.. code:: bash
./network.sh down
This command will bring down the CAs, peers, and ordering node of the network
that we created. Note that all of the data on the ledger will be lost.
If you want to go through the tutorial again, you will start from a clean initial state.


.. Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Loading

0 comments on commit 568e08c

Please sign in to comment.