Skip to content

Commit

Permalink
Update instructions (#73)
Browse files Browse the repository at this point in the history
Cello uses GitHub now.

Signed-off-by: Ry Jones <ry@linux.com>
  • Loading branch information
ryjones authored and nfrunza committed Jan 5, 2020
1 parent 6b2393d commit d2dfa5d
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions app/test/artifacts/help/Test-ubuntu-install-cello.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@

<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line -->

#Fabric Cluster started using Hyperledger Cello and configure to Explorer
# Fabric Cluster started using Hyperledger Cello and configure to Explorer

##Master Node ( 172.24.200.218)
## Master Node ( 172.24.200.218)

1. git clone http://gerrit.hyperledger.org/r/cello && cd cello
1. git clone https://github.com/hyperledger/cello.git && cd cello

2. make setup-master

3. sudo make start


##Worker Node ( 172.24.200.103)
## Worker Node ( 172.24.200.103)

1. sudo systemctl stop docker.service

2. sudo dockerd -H tcp://172.24.200.103:2375 -H unix:///var/run/docker.sock --api-cors-header='*' --default-ulimit=nofile=8192:16384 --default-ulimit=nproc=8192:16384 -D &

3.git clone http://gerrit.hyperledger.org/r/cello && cd cello
3. git clone https://github.com/hyperledger/cello.git && cd cello

4. make setup-worker

##Verify docker is running from Master Node
## Verify docker is running from Master Node

1. docker -H 172.24.200.103:2375 info

##Verify Peer is running and get Ip to configure in explorer from Worker Node
## Verify Peer is running and get Ip to configure in explorer from Worker Node

1. docker ps

```
9e807ff75243 hyperledger/fabric-peer:1.1.0 "peer node start" About an hour ago Up About an hour 0.0.0.0:7750->7051/tcp, 0.0.0.0:7650->7053/tcp 5688ceeb13b24e1492b2b2ed676df6e0_peer1_org2
ff768afdbe14 hyperledger/fabric-peer:1.1.0 "peer node start" About an hour ago Up About an hour 0.0.0.0:7350->7051/tcp, 0.0.0.0:7250->7053/tcp 5688ceeb13b24e1492b2b2ed676df6e0_peer1_org1
Expand All @@ -39,12 +39,14 @@ bc86570c2b37 hyperledger/fabric-peer:1.1.0 "peer node start" About an hour ago U
c51e6636bb45 hyperledger/fabric-peer:1.1.0 "peer node start" About an hour ago Up About an hour 0.0.0.0:7150->7051/tcp, 0.0.0.0:7050->7053/tcp 5688ceeb13b24e1492b2b2ed676df6e0_peer0_org1
ed09a52dba0e hyperledger/fabric-orderer:1.1.0 "orderer" About an hour ago Up About an hour 0.0.0.0:8050->7050/tcp 5688ceeb13b24e1492b2b2ed676df6e0_orderer
```

2. docker log c51e6636bb45 ( to verify all peer is up without any error)

##Hyperledger Explorer configuration
## Hyperledger Explorer configuration

/app/platform/fabric/config.json (change the configuration , request,event,server-hostname,tls_cacerts,admin(key,value), channelname,mspid,server-hostname,requests,tls_cacerts)
```
{
"network-config": {
"org1": {
Expand Down Expand Up @@ -78,4 +80,5 @@ ed09a52dba0e hyperledger/fabric-orderer:1.1.0 "orderer" About an hour ago Up Abo
"eventWaitTime": "30000",
"license": "Apache-2.0",
"version": "1.1"
}
}
```

0 comments on commit d2dfa5d

Please sign in to comment.