aboutsummaryrefslogtreecommitdiff
path: root/regional-currency/setup-merchant.sh
blob: a5940606d98157d35d3495b3bef47742c3a85d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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 taler-merchant-httpd &>> setup.log
systemctl restart taler-merchant-httpd  &>> setup.log