Tip |
---|
Step - by - step guide on how to Install Insights Enterprise - Hyperledger Fabric Network. |
Installing Hyperledger Network covers the initial setup procedures including Installation, Configurations (Hardware, Software, and Network) and various Commands.
Expand | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||
|
Expand | ||
---|---|---|
| ||
Refer the link to know the Software component version for latest fabric network: https://hyperledger-fabric.readthedocs.io/en/latest/prereqs.html Fabric Version Specific: https://hyperledger-fabric.readthedocs.io/en/release-1.4/prereqs.html https://hyperledger-fabric.readthedocs.io/en/release-1.3/prereqs.html https://hyperledger-fabric.readthedocs.io/en/release-1.2/prereqs.html https://hyperledger-fabric.readthedocs.io/en/release-1.1/prereqs.html |
Expand | ||
---|---|---|
| ||
Following port must be opened to access the fabric network from fabric sdk. Source : fabric sdk instance Destination: fabric network installed instance Example Ports: You can change these ports based on availability and configuration in fabric network. Then, enable connectivity to those ports.
|
Please browse through the below sections to setup Fabric Network. You can select the network suitable for your environment.
Copy the blockchainConfigPanel | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||
Different types of hyperledger fabric network
|
Tip |
---|
Step - by - step guide on how to Install Insights Enterprise - Auditing Module. |
Step 1 : INSIGHTS_HOME environment variable:
Ensure that the INSIGHTS_HOME environment variable is set, if not set it using the following commands(for RHEL)
- export INSIGHTS_HOME=/usr/INSIGHTS_HOME (change the directory accordingly)
or
- vi /etc/environment
- Add the line: INSIGHTS_HOME=/usr/INSIGHTS_HOME (change the directory accordingly)
- save the file
- Run the command: source /etc/environment
Step 2 : Configuration:
|