Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.24 KB

File metadata and controls

44 lines (29 loc) · 1.24 KB

Virtual Environment Set-up

Enables developers to run the HCS Hyperledger Fabric sample network using a virtual environment set-up.

Requirements

1. Open your terminal/IDE and CD to where you would like to clone the fabric-hcs project

  • Clone the pluggable-hcs repository and rename the project folder to fabric
  • Navigate to the fabric folder
https://github.com/hyperledger-labs/pluggable-hcs fabric
cd fabric
  • You should now be in the fabric project folder

2. Confirm you are on the master branch

git branch

3. Navigate to the vagrant folder and start your virtual machine

cd vagrant
vagrant up
vagrant ssh
  • You should now be back in the fabric folder

Now you have your virtual envrionment ready to go. Please refer to step two: Build Fabric Binaries and Docker Images in the master tutorial to continue.

{% page-ref page="./" %}