mirror of
https://gitlab.com/fabinfra/fabaccess/docs.git
synced 2024-11-17 20:57:58 +01:00
Update install_steps_ubuntu.md
This commit is contained in:
parent
bb20003a2c
commit
c556fb6d95
@ -67,6 +67,20 @@ Save (Strg-O) and close (Strg-X)
|
||||
|
||||
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 get at least minimum functionality the bffh.dhall should be modified. The lines:
|
||||
|
||||
`-- , init_connections = [] : List { machine : Text, initiator : Text }`
|
||||
` , init_connections = [{ machine = "Testmachine", initiator = "Initiator" }]`
|
||||
` , initiators = --{=}`
|
||||
` { Initiator = { module = "Dummy", params = { uid = "Testuser" } } }`
|
||||
|
||||
should be modified to:
|
||||
|
||||
`, init_connections = [] : List { machine : Text, initiator : Text }`
|
||||
` --, init_connections = [{ machine = "Testmachine", initiator = "Initiator" }]`
|
||||
` , initiators = {=}`
|
||||
` --{ Initiator = { module = "Dummy", params = { uid = "Testuser" } } }`
|
||||
|
||||
To start the server change into the directory by using `cd target/release` and using:
|
||||
|
||||
`./diflouroborane -c examples/bffh.dhall --load examples`
|
||||
|
Loading…
Reference in New Issue
Block a user