11 lines
251 B
Markdown
11 lines
251 B
Markdown
# MTE - the MirageOS Taler Exchange
|
|
|
|
|
|
build steps:
|
|
|
|
gen_tls.sh foo
|
|
|
|
mirage configure -f unikernel/config.ml -t unix && make
|
|
|
|
run:
|
|
./unikernel/dist/mte --pg-database taler-exchange --pg-port 5432 --pg-hostname localhost --pg-user mte --pg-password xxx
|