summaryrefslogtreecommitdiff
path: root/regional-currency/setup-merchant.sh
blob: 917e653fe86ce7a8746510b1b3cbb9f52fd8ba49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -eu

source functions.sh
source config/user.conf
source config/internal.conf

say "Setting up merchant database"
taler-merchant-dbconfig

say "Launching taler-merchant-httpd"
systemctl enable --now taler-merchant-httpd