Ahrvo-Trading-Systems / quorum-maker-image

Script for building Docker Image for Quorum Maker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quorum Maker Docker image building utility

Quorum Maker uses Docker to make the setup easy. Most of the dependancies are baked into the image, so users can get going without having to download and install a list of dependancies. If you want to use a different version of these dependancies other than officially supported by Quorum Maker, build the docker image locally and use with Quorum Maker.

Usage of Quorum Maker image building utility is optional. The official docker image is uploaded in docker hub.

Quick Start

  1. Create a temperory directory and clone following three projects
    1. mkdir qmtemp; cd qmtemp
    2. git clone https://github.com/synechron-finlabs/quorum-maker-nodemanager.git
    3. git clone https://github.com/Ahrvo-Trading-Systems/quorum-maker-ui.git
    4. git clone https://github.com/synechron-finlabs/quorum-maker-image.git
    5. Quorum Maker project is not required to build docker image as it is required only at runtime.
  2. Build and tag docker image using cd quorum-maker-image && ./build_image.sh ahrvo-quorum-maker latest

Please refer to the source code and edit each libraries versions before you build. Make sure to update the image tag name in qm.variables of Quorum Maker to use this newly built image.

About

Script for building Docker Image for Quorum Maker

License:Apache License 2.0


Languages

Language:Shell 79.0%Language:Dockerfile 21.0%