Error in "Setting up a new network" document
lynnbendixsen opened this issue · 3 comments
There have been at least 2 people that have recently asked me questions related to this issue, so I looked into it and discovered the following:
In step IV of https://github.com/hyperledger/indy-node/blob/master/docs/source/NewNetwork/NewNetwork.md there is a step which says that the user must create a directory (using new network name) in order to copy in the genesis files. But the directory it mentions must already have been created during step III.2 before the Steward ran init_indy_node, or their keys will not have been created in the right place. @pSchlarb I will have a deeper look at this tomorrow and see if I can get a PR put in that will help alleviate the confusion.
This confusion surrounding this issue has also expanded to another document. The Hands On Walkthrough also needs repaired to reflect the above. (Steps 8 and 9 must be moved to Before step 5) It will not work as it currently written.
Step III.2
does indicate the Installation and configuration of Indy-Node guide needs to be followed "(with some small adjustments)". Step III.2.i
is one of those adjustments, and talks about the need to substitute the new network name in the appropriate places in the Installation and configuration of Indy-Node guide. Though it would help to clarify that statement by highlighting those areas in the guide itself. e.g. Highlight the areas with "This is where you would substitute the name of the network if you were setting up a new network."
The steps are definitely out of order in the Hands on Walkthrough.
Created a PR for this: #1734
PR was accepted. Closing the issue.