Course Project Repository Setup
Download link: http://www.acloudfan.com/download-files
Password for zip file: Refer Lecture#3
Reported Issues
On running the caserver-setup.sh | fabric-setup.sh
#1 If you get "go not found" then use the commands
sudo -E env "PATH=$PATH" ./fabric-setup.sh
sudo -E env "PATH=$PATH" ./caserver-setup.sh
#2 If you get an error that fabric-ca already exist then use the following to delete the folder
sudo rm -rf $GOPATH/src/github.com/hyperledger/
Try#1 again
#3 If you get an error that gcc is missing please execute the following and try again
sudo apt install gcc
Try#1 again
Students will learn:
- How to setup the HLF2 - Course project repository
- Setup a VM using Vagrant
- Install the pre-requisite software
- Install the Fabric software and samples
NOTE on Unzipping the file on Windows
Do NOT doubleck on the project file to unzip - Right click and select extract all
113 comments