This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for Query and Dev tutorial (#2660)
Signed-off-by: EdProsser <[email protected]>
- Loading branch information
Showing
4 changed files
with
176 additions
and
703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,15 +161,15 @@ Deploying a business network to the {{site.data.conrefs.hlfv1}} requires the {{s | |
|
||
2. To deploy the business network, from the `tutorial-network` directory, run the following command: | ||
|
||
composer network start --card PeerAdmin@hlfv1 --networkAdmin admin --networkAdminEnrollSecret adminpw --archiveFile [email protected] --file networkadmin | ||
composer network start --card PeerAdmin@hlfv1 --networkAdmin admin --networkAdminEnrollSecret adminpw --archiveFile [email protected] --file networkadmin.card | ||
|
||
The `composer network start` command requires a business network card, as well as the name of the admin identity for the business network, the file path of the `.bna` and the name of the file to be created ready to import as a business network card. | ||
|
||
3. To import the network administrator identity as a usable business network card, run the following command: | ||
|
||
composer card import --file networkadmin | ||
composer card import --file networkadmin.card | ||
|
||
The `composer card import` command requires the filename specified in `composer network start` to create a card. | ||
The `composer card import` command requires the filename specified in `composer network start` to create a card. | ||
|
||
4. To check that the business network has been deployed successfully, run the following command to ping the network: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.