-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fab-2177 add install command to lccc
With the new deploy model where the installation is on the file system, the "on peer" install is not quite satisfactory for developers who have to log on to a peer to install before they do anything. This implements a new "install" Invoke command on the LCCC whose only purpose is to put the code on the file system. CLI usage --------- peer chaincode install -n <name> -v <version> -p <path> where the command will install to CORE_PEER_ADDRESS. Change-Id: Ieadd7b9495ddf57ab7099cb788d8b99f4553cdf6 Signed-off-by: Srinivasan Muralidharan <[email protected]>
- Loading branch information
Srinivasan Muralidharan
committed
Feb 13, 2017
1 parent
ffe4c91
commit edf7d7c
Showing
10 changed files
with
238 additions
and
98 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
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
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
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.