2025-11-02 16:00:26 +01:00
|
|
|
# MTE - the MirageOS Taler Exchange
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build steps:
|
|
|
|
|
|
2025-11-08 01:38:06 +01:00
|
|
|
gen_tls.sh foo
|
|
|
|
|
|
|
|
|
|
mirage configure -f unikernel/config.ml -t unix && make
|
2025-11-02 16:00:26 +01:00
|
|
|
|
2025-11-06 19:24:23 +01:00
|
|
|
run:
|
|
|
|
|
./unikernel/dist/mte --pg-database taler-exchange --pg-port 5432 --pg-hostname localhost --pg-user mte --pg-password xxx
|