Code Monkey home page Code Monkey logo

helm-hlf's Introduction

helm-hlf

Preq

open vpn

// https://scoop.sh/
// open powershell
irm get.scoop.sh | iex
scoop install helm
scoop install main/minikube

helm install hyperledger

// 1. hlf-ca: 1.5.1, Chart version:2.1.0(23 Aug, 2022)
// https://artifacthub.io/packages/helm/owkin/hlf-ca
// originally(temp not work using minikube)
helm repo add owkin https://owkin.github.io/charts
helm install org1-ca owkin/hlf-ca --version 2.1.0
// download directly(also not work)
https://owkin.github.io/charts/hlf-ca-2.1.0.tgz
helm install org1-ca0 .\hlf-ca\

// 2. hlf-couchdb: 3.1.1, Chart version: 2.1.0(23 Aug, 2022)
// https://artifacthub.io/packages/helm/owkin/hlf-couchdb
helm repo add owkin https://owkin.github.io/charts
helm install my-hlf-couchdb owkin/hlf-couchdb --version 2.1.0
// download
https://owkin.github.io/charts/hlf-couchdb-2.1.0.tgz
helm install org1-cdb0 .\hlf-couchdb\

// 3. order: 2.2.1, Chart version: 3.1.0(23 Aug, 2022)
// https://artifacthub.io/packages/helm/owkin/hlf-ord
helm repo add owkin https://owkin.github.io/charts
helm install my-hlf-ord owkin/hlf-ord --version 3.1.0
// download
https://owkin.github.io/charts/hlf-ord-3.1.0.tgz
helm install org1-ord0 .\hlf-ord\

// 4. peer: 2.2.1, Chart verion: 5.1.0(23 Aug, 2022)
// https://artifacthub.io/packages/helm/owkin/hlf-peer
helm repo add owkin https://owkin.github.io/charts
helm install my-hlf-peer owkin/hlf-peer --version 5.1.0
// download
https://owkin.github.io/charts/hlf-peer-5.1.0.tgz
helm install org1-peer0 .\hlf-peer\

docker images

docker pull mirror.baidubce.com/hyperledger/fabric-ca:1.5.1
docker pull mirror.baidubce.com/hyperledger/fabric-orderer:2.2.2
docker pull mirror.baidubce.com/hyperledger/fabric-peer:2.2.2
docker pull mirror.baidubce.com/couchdb:3.1.1
  • fabric and couchdb version mapping

image-20230815154227571

helm-hlf's People

Contributors

yuxuanh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.