Skip to content

Commit adf1f27

Browse files
lenhchristo4ferris
authored andcommitted
Changed docs/nodeSDK/sample-standalone-app.md
Cherry picked from 88ce7f2 Current doc instructs user to run app.js file with "node app" which does not work. Updated doc contains cmd line run instructions and edits to app.js file if user does not want to pass cmd line arguments. Fix Issue # FAB-576. Change-Id: Ic4d23c9d90ef60a3db03dda34423679786b1b6f5 Signed-off-by: Christopher Ferris <[email protected]> Signed-off-by: Leonard Harley <[email protected]>
1 parent ab937f5 commit adf1f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/nodeSDK/sample-standalone-app.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ This section describes how to run a sample standalone Node.js application which
3939
npm install /opt/gopath/src/github.com/hyperledger/fabric/sdk/node
4040
```
4141

42-
* Run the application as follows:
42+
* To run the application :
4343

4444
```
45-
node app
45+
CORE_CHAINCODE_ID_NAME=mycc CORE_PEER_ADDRESS=0.0.0.0:7051 MEMBERSRVC_ADDRESS=0.0.0.0:7054 DEPLOY_MODE=dev node app
4646
```
4747

4848
Congratulations! You've successfully run your first Hyperledger fabric application.

0 commit comments

Comments
 (0)