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, ∼1253🔥, 0💬
Popular Posts:
How to Install Docker Desktop 2.5.0 on Windows 10? You can follow this tutorial to Install Docker De...
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team...
How to register and get an application ID from Azure AD? The first step to use Azure AD is to regist...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...