10304/issues-while-installing-hyperledger-composer
The mkdir (Make directory) and cd(Change Directory) Command is fine but you need to change your curl command as you have replaced the .tar.gz file with .zip and tar -xvf with unzip
Try the following command which may help you to install Hyoerledger without errors
mkdir ~/fabric-dev-servers && cd ~/fabric-dev-servers curl -O https://raw.githubusercontent.com/hyperledger/composer-tools/master/packages/fabric-dev-servers/fabric-dev-servers.tar.gz tar -xvf fabric-dev-servers.tar.gz
Follow these steps to correctly install:
mkdir ~/fabric-dev-servers && cd ~/fabric-dev-servers curl -O https://raw.githubusercontent.com/hyperledger/composer-tools/master/packages/fabric-dev-servers/fabric-dev-servers.tar.gz tar -xvf fabric-dev-servers.tar.gz cd ~/fabric-dev-servers export FABRIC_VERSION=hlfv11 ./downloadFabric.sh
Use the following link to install the ...READ MORE
Hyperledger Composer and the underlying Hyperledger Fabric ...READ MORE
This seems like a problem with the ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
This was a bug. They've fixed it. ...READ MORE
yes all are over TCP/IP connections secured ...READ MORE
Check that you have declare the function ...READ MORE
If this message occurs in instantiating composer ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.