Tools, FAQ, Tutorials:
Control Hyplerledger Composer Environment
What are the command scripts to control my Hyplerledger Composer development environment?
✍: FYIcenter.com
If you have installed your Hyplerledger Composer development environment,
with the fabric-dev-servers.tar.gz package,
you have the following shell command scripts to control the envrionment:
1. ~/fabric-dev-servers/downloadFabric.sh - Shell script to download Hyplerledger Composer development environment. You only need to run this once.
2. ~/fabric-dev-servers/startFabric.sh - Shell script to start the environment on the Docker Engine. You can check the Docker Engine status with "docker info" command.
3. ~/fabric-dev-servers/stopFabric.sh - Shell script to stop the environment on the Docker Engine.
4. ~/fabric-dev-servers/teardownFabric.sh - Shell script to remove all Hyplerledger Composer files from the Docker Engine. This will also remove all business networks that you have deployed to the envrionment and their databases. You run this only if you want to install Hyplerledger Composer development environment.
Â
⇒ Versions of Hyplerledger Composer Environment
⇠Explorer Hyplerledger Composer Environment
2020-07-22, ∼1462🔥, 0💬
Popular Posts:
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
What are "*..." and "**..." Wildcard Parameters in Function Definitions? If you want to define a fun...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...