Created
September 2, 2020 20:08
-
-
Save sivsivsree/9069679290c8f8390c90ad834e29d432 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| snap install docker | |
| wget https://golang.org/dl/go1.15.1.linux-amd64.tar.gz | |
| tar -C /usr/local -xzf go1.15.1.linux-amd64.tar.gz | |
| export PATH=$PATH:/usr/local/go/bin | |
| source ~/.profile | |
| cd /usr/local/ | |
| sudo mkdir hyperledger | |
| cd hyperledger | |
| curl -sSL http://bit.ly/2ysbOFE | sudo bash -s 1.4.6 | |
| export PATH=/usr/local/hyperledger/fabric-samples/bin:$PATH | |
| source ~/.profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment