From bb20003a2ccd9f35bdca2c2a85248c60715e6c76 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 12 Jan 2022 15:57:00 +0000 Subject: [PATCH] Update install_steps_ubuntu.md --- source/installation/install_steps_ubuntu.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/installation/install_steps_ubuntu.md b/source/installation/install_steps_ubuntu.md index 9ee1b85..5ecefa9 100644 --- a/source/installation/install_steps_ubuntu.md +++ b/source/installation/install_steps_ubuntu.md @@ -65,9 +65,13 @@ Save (Strg-O) and close (Strg-X) `sudo systemctl enable mosquitto` 15. Restart the system. -The BFFH-server can be found at the /target/release folder. To start the server change into the directory by using `cd target/release` and using: +The BFFH-server can be found at the /target/release folder. Prior to starting the system you need to copy the files from `bffh/examples` to `bffh/target/release/examples` This ist best done by using the GUI filemanager. + +To start the server change into the directory by using `cd target/release` and using: + `./diflouroborane -c examples/bffh.dhall --load examples` an then: + `./diflouroborane -c examples/bffh.dhall` **BUT** prior to starting bffh, you should first configure the bffh.dhall file (see the "Use FabAcess" section).