Manu Katiyar
Manu Katiyar
tx for the reply ... Yups i am using two ubuntu VMs, in both i have cloned the repository in the path $GOPATH/src/github.com/hyperledger as given in the documentation currently i...
the o/p is below ``` + [[ -z /root/work ]] + FABRIC=/root/work/src/github.com/hyperledger/fabric + [[ -d /root/work/src/github.com/hyperledger/fabric ]] + for file in configtxgen peer cryptogen + [[ -f configtxgen ]] +...
Done still getting same error ``` bash -x deploy.sh + [[ -z /root/work ]] + FABRIC=/root/work/src/github.com/hyperledger/fabric + [[ -d /root/work/src/github.com/hyperledger/fabric ]] + for file in configtxgen peer cryptogen + [[...
Currently getting below error while running make ``` Step 8/10 : RUN bash /tmp/install-softhsm2.sh && rm -f install-softhsm2.sh ---> Running in 8129bb9571e0 Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB] Get:2 http://archive.ubuntu.com/ubuntu...
Can you let me know the steps. it will help me to deploy it manually