Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 607 Bytes

INSTALL.md

File metadata and controls

20 lines (14 loc) · 607 Bytes

Installation

There are multiple ways to install the galoy dealer. We recommend first trying it out on your local machine with minikube.

Local installation

Prerequisites

  1. Node.js
  2. Yarn
  3. Helm v3
  4. Minikube

Steps

  1. Make sure minikube is working correctly by deploying hello-world starter application
  2. Run git clone https://github.com/galoymoney/dealer && cd dealer
  3. Run yarn install
  4. Run yarn add-charts

This will setup all the required pods.