Hyperledger Composer Playground: A Fresh Installation Guide on Linux VM

By akohad Apr18,2023

[ad_1]

Source: https://mobisoftinfotech.com/resources/wp-content/uploads/2018/05/Inline-Hyperledger-Composer.png
  1. Download Ubuntu Linux 16.04 LTS 64-bit
https://releases.ubuntu.com/xenial/ubuntu-16.04.7-desktop-amd64.iso
  • Processors: 5
  • Video Memory: 128 MB
  • Graphics Controller: VMSVGA
  • Acceleration: 3D
  • SATA Port 0: <vm_name>.vdi (Normal, 45.00 GB)
$ sudo su -
$ sudo visudo
# User privilege specification
root ALL=(ALL:ALL) ALL
<username>    ALL=(ALL:ALL) ALL
$ sudo update-locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh ./get-docker.sh
$ sudo apt-get install docker-ce
$ docker version
$ docker-compose version
$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
$ sudo apt-get install -y nodejs
$ node -v
$ npm -v
$ sudo add-apt-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git=2.9.*
$ git --version
$ sudo apt-get install python2.7
$ python2.7 --version
$ reboot
$ sudo su

$ curl -O https://hyperledger.github.io/composer/latest/prereqs-ubuntu.sh

$ chmod u+x prereqs-ubuntu.sh
$ ./prereqs-ubuntu.sh

  1. After logging into the system, we need to install the components necessary for running the Hyperledger Composer first, for which the following Commands are to be executed in the Terminal Window
$ npm install -g [email protected] [email protected] [email protected] [email protected] [email protected]
$ curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s 1.4.4
$ composer-playground
http://localhost:8080/
Welcome Screen

[ad_2]

Source link

By akohad

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *