Hyperledger 개발 환경 구축 하기 2

in hyperledger •  6 years ago 

Installing components

컴포져 cli 설치
npm install -g [email protected]

컴포져 Reset 서버 설치
npm install -g [email protected]

다양한 유틸리티 함께 설치
npm install -g [email protected]

yoman 으로 generator-hyperledger-composer 설치
npm install -g yo

컴포져 playground 설치
npm install -g [email protected]

페브릭 폴더 생성 tools 설치
mkdir ~/fabric-dev-servers && cd ~/fabric-dev-servers

curl -O https://raw.githubusercontent.com/hyperledger/composer-tools/master/packages/fabric-dev-servers/fabric-dev-servers.tar.gz
tar -xvf fabric-dev-servers.tar.gz

페브릭 스크립트 다운로드 v1.2 runtime
cd ~/fabric-dev-servers
export FABRIC_VERSION=hlfv12
./downloadFabric.sh

페브릭 실행
cd ~/fabric-dev-servers
export FABRIC_VERSION=hlfv12
./startFabric.sh
./createPeerAdminCard.sh

컴포져 playground 실행
composer-playground

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!