기본 콘텐츠로 건너뛰기

라벨이 hyperledger fabric인 게시물 표시

Hyperledger Fabric 시작하기

Hyperledger Fabric 시작하기 Windows PC에 가상머신을 생성하고 Ubuntu를 설치한 상태에서 아래 문서를 따라하면서 실습을 하였습니다. Hyperledger Fabric v2.0 - Getting Started 이 문서를 작성하면서 사용한 소프트웨어 버전을 각각의 소프트웨어 이름 옆에 표시하였습니다. 실습 환경 Windows 10 Oracle VM VirtualBox 6.1.6 가상 머신 생성 이름: ubuntu-fabric 메모리 크기: 4 GB 저장소 크기: 40 GB ( 10 GB로 하면 금방 부족해짐) Ubuntu Desktop 20.04 LTS 1. 준비 사항 Git 2.17.1 sudo apt-get install git cURL 7.58.0 sudo apt-get install curl Docker 19.03.8 아래 문서를 참고하여 Docker를 설치합니다. Install Docker Engine on Ubuntu 설치 방법으로 Install using the repository 을 택하여 진행하였습니다. SETUP THE REPOSITORY apt 가 HTTPS를 통하여 저장소를 사용할 수 있도록 패키지 추가 $ sudo apt-get update $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common Docker의 GPG 키 추가 $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - stable 저장소 설정 $ sudo add-apt-repository \ "deb [arch=amd64] https://download.d...