=========================================================
=========================================================
-
Open Vagrantfile & ensure that the box is set appropriately config.vm.box = "acloudfan/hlfdev2.0-0"
COMMENT out the following line config.vm.box = "bento/ubuntu-18.04"
-
Execute on host machine
vagrant up
-
Initialize the VM by executing the script & you are done !!! Log into the VM & change directory to vagrant/setup
vagrant ssh cd /vagrant/setup ./init-vexpress.sh
-
Validate the setup Log out of the VM and
exit
Log back in
vagrant ssh cd /vagrant/setup ./validate-prereqs.sh
================================================
================================================
-
Open Vagrantfile & ensure that the box is set appropriately config.vm.box = "bento/ubuntu-18.04"
COMMENT out the following line config.vm.box = "acloudfan/hlfdev2.0-0"
-
Execute on host machine
vagrant up
Install the Tools & Fabric PS: Use these instructons for NATIVE install on Mac/Ubuntu - Execute on terminal prommpt
Log into the VM
vagrant ssh cd /vagrant/setup chmod 755 *.sh
- Install Docker sudo ./docker.sh exit
- Log back in to the VM & validate docker
docker info
- Install GoLang sudo ./go.sh exit
- Log back in to the VM & check GoLang version
go version
- Setup Fabric sudo -E ./fabric-setup.sh exit
- Log out & Log back in to the VM & check GoLang version vagrant ssh
orderer version peer version
- Setup Fabric CA cd /vagrant/setup sudo -E ./caserver-setup.sh
- Log back in to the VM & check GoLang version
fabric-ca-client version fabric-ca-server version
-
Install the JQ tool sudo ./jq.sh
-
Validate the setup ./validate-prereqs.sh
===============================================================
=============================================================== Log into the VM
vagrant ssh cd /vagrant/setup ./validate-all.sh > report.txt
Copy & paste the content of report.txt to Q&A post or email.# hfsetup