summaryrefslogtreecommitdiff
path: root/regional-currency/setup-merchant.sh
blob: 7c857b24c50e22c1f0ef1ae108f3da4f733d44c8 (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 &>> setup.log

say "Launching taler-merchant-httpd"
systemctl enable --now taler-merchant-httpd &>> setup.log