I was building the network at fabric level. Following this tutorial http://hyperledger-fabric.readthedocs.io/en/latest/build_network.html I have made changes in the following files and added 2 more peers in organisation1 only.
- configtx.yaml
- crypto-config.yaml
- docker-compose-cli.yaml
- docker-compose-couch.yaml
- docker-compose-e2e.yaml
- docker-compose-e2e-template.yaml
- docker-compose-base.yaml
When im firing ./byfn.sh -m up command
Its getting stuck at this step. Its not even showing any error.
Im trying to add 2 more peers in first organisation. Is this the correct way? Am I doing something wrong?