I has a question related to network setup of additional peer in Hyperledger Fabric. I want to add 2 more peers to existing peer to form a network ,but all available document is all about connection peer together by using Docker. In my case I already have multiple servers. so I just directly install peers to 3 different Servers separately ,but how can I connect that 3 peer up and running together. I cannot find any document related to this. Hopp you can guide.
To install Fabric directly to Server is recommend or not? Below is Screenshot of one peer. it's up and running fine. but How to connect 3 peers together directly on different Server without using Docker. I have follow this link: https://github.com/hyperledger/fabric/blob/master/docs/Setup/Network-setup.md but I still can't find the way since it used docker. any file that can modify to make it such as core.yaml ..etc