First off, we need to start Hyperledger Fabric. For that, change the directory to fabric-dev-servers/ and start the ./startFabric.sh script as follows:
cd ~/fabric-dev-servers
sudo ./startFabric.sh
Next, create a peer admin card by executing the script ./createPeerAdminCard.sh. As a result, you'll get an output similar to the following:
![](https://static.packt-cdn.com/products/9781788475686/graphics/assets/0fd1ae62-0277-43c4-9fb0-47229eafc92e.png)
If everything goes as expected, we can move on to building the business network archive.