Tong Li
Tong Li
@antoniobaiao yes, it is, but there is no good reason why you have to run it natively. it basically runs a lot of ansible playbooks inside a container, if you...
@antoniobaiao that is right. run `docker build -t hyperledgerlabs/minifab:latest .` to build your own image and run the same command, you wont have to pollute your env.
@antoniobaiao use `-f default` to see more verbose output.
You will have to use your Nginx ingress controller's public IP address. This is not an issue of minifabric. Please close it and also please read the doc about setting...
@dilumb As the title of this issue indicates, if you can write up the process of install and upgrade a chaincode, that will be nice. For example, 1. where to...
You can certainly add a flag for supporting ldap. Basically add a flag to indicate that your ca is going to use a ldap, then make changes accordingly when setup...
If you are using your own chaincode, and that chaincode does not require initialization, then you should pass in a parameter to indicate that, or if your chaincode does require...
That is right. Guess what the user really wants to do is hard. It is really better leaving this to user to specify the org since user already customized the...