summaryrefslogtreecommitdiff
path: root/start.sh
blob: 91fb06bc60e931a13de809dca3770ab54cf2e869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

export PATH="$HOME/deployment":$PATH

ulimit -c $((100 * 1024))

cd $HOME

arm.sh -s
arm.sh -i taler-exchange
arm.sh -i taler-merchant
arm.sh -i taler-demobank
arm.sh -i taler-donations
arm.sh -i taler-blog