
Hyperledger 개발 환경 구축 하기 1
선수 과목: 맥 OS
nvm 설치, XCode 최초 설치면 20 분 다운 로드 소요
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
bash profile 만들고
touch .bash_profile
nvm 다시 한번 더 설치 하기
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
nvm 확인하기
nvm —-version
노드 설치 (버전 8으로 설치 할것 2019-01-27, 버전 10 몇가지 설정 파일이 충돌)
nvm install v8
nvm use 8
node --version
도커 설치 하고 Docker for Mac (stable)
https://docs.docker.com/docker-for-mac/install/
ref: https://hyperledger.github.io/composer/latest/tutorials/developer-tutorial.html
Leave Hyperledger 개발 환경 구축 하기 1 to:
Read more #docker posts
Best Posts From ysangy
We have not curated any of ysangy's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.