summaryrefslogtreecommitdiff
path: root/sandcastle/README.md
blob: 662b25ad76bf83f070fe583eb1971ffac8fa8a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Introduction

The sandcastle is a containerized deployment of GNU Taler.  It uses podman.

# Prerequisites

You need:
* podman
* bash

# Building the Container Image

1. Set builconfig/$component.tag to the right git tag you want to build
2. Run ./build-container to build the Taler container.  The resulting container
   is tagged as taler-base-all

# Configuring the Deployment

# Running the Deployment

# Poking Around