This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 359
Update README.md #61
Open
arijitthehacker
wants to merge
5
commits into
hyperledger-archives:master
Choose a base branch
from
arijitthehacker:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update README.md #61
arijitthehacker
wants to merge
5
commits into
hyperledger-archives:master
from
arijitthehacker:patch-1
Conversation
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
Added some install steps which should be helpful to beginners Signed-off-by: Arijit Sen <[email protected]>
* Added Name and Install steps * Added Code Comment for chmod option Signed-off-by: Arijit Sen <[email protected]>
* Trying to avoid DOC Check Fail Signed-off-by: arijitthehacker <[email protected]>
tkuhrt
reviewed
Jul 30, 2018
|
||
This application demonstrates the creation and transfer of tuna fish shipments between actors leveraging Hyperledger Fabric in the supply chain. In this exercise we will set up the minimum number of nodes required to develop chaincode. It has a single peer and a single organization. | ||
This application demonstrates the creation and transfer of tuna fish shipments between actors leveraging Hyperledger Fabric in the supply chain. In this exercise we will set up the minimum number of nodes required to develop chaincode. It has a single peer and a single organization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't want the initial indentation. This makes this not look right when viewing the README.
tkuhrt
reviewed
Jul 30, 2018
|
||
5. Run the server ``node server.js`` | ||
|
||
6. View at browser ``localhost:8000`` | ||
|
||
if getting error about running ./startFabric.sh permission |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be worthwhile to move this troubleshooting information (lines 19-21) so that it exists under bullet point 1.
* Edited the file to add the steps for the installation. Signed-off-by: Arijit Sen <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why is the DCO Check failing everytime ??
Can somebody share the guidelines for it ?