Skip to content

Build Hyperledger Business Network for Development using vagrant

License

Notifications You must be signed in to change notification settings

riponbanik/vagrant-hyperledger-fabric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-hyperledger-fabric

Build Hyperledger Fabric for Development

Add the vagrant box

vagrant box add bento/ubuntu-16.04

Install the Fabric

vagrant up --provider hyperv
or
vagrant up --provider virtualbox

Run the provision if it fails during installation

vagrant provision

Log into ssh and start the fabric

vagrant ssh
cd ~/fabric-dev-servers
export FABRIC_VERSION=hlfv12
./startFabric.sh

When you're done, you can shut down the cluster using

vagrant destroy -f

About

Build Hyperledger Business Network for Development using vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages