Currently the binaries (peer, orderer) are built on all fabric nodes by checking out the code. Also the chaincode is checked out on all peers and packaged before being installed.
It may be quicker (and then again it may not as each machine is a separate VM/BM) to just check out in a single place, build/package everything on that machine and then distribute
It would be an interesting experiment to see if it is quicker to do it this way,
Currently the binaries (peer, orderer) are built on all fabric nodes by checking out the code. Also the chaincode is checked out on all peers and packaged before being installed.
It may be quicker (and then again it may not as each machine is a separate VM/BM) to just check out in a single place, build/package everything on that machine and then distribute
It would be an interesting experiment to see if it is quicker to do it this way,