fabaccess-bffh/examples/README.md

11 lines
386 B
Markdown
Raw Normal View History

2020-11-20 15:43:03 +01:00
# API-Testsetup
2020-12-16 14:34:33 +01:00
wirklich nur um das API zu testen. ATM implementiert: machines::* & machine::read, authenticate
2020-11-20 15:43:03 +01:00
1. Ein mosquitto o.ä MQTT Server starten
2020-12-16 14:34:33 +01:00
1. Datenbanken füllen: `cargo run -- -c examples/bffh.dhall --load=examples`
1. Daemon starten: `cargo run -- -c examples/bffh.dhall`
2020-11-20 15:43:03 +01:00
1. ???
1. PROFIT!
2020-12-22 02:43:15 +01:00
A dockerized version of this example can be found in the docker subdirectory