From 760972bde3c73d5a5413c263e63b517b92d0ed6f Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 23 Dec 2021 11:41:18 +0000 Subject: [PATCH] Update Get it Running - Step by Step.md --- source/usage/Get it Running - Step by Step.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/usage/Get it Running - Step by Step.md b/source/usage/Get it Running - Step by Step.md index d297971..34a93f4 100644 --- a/source/usage/Get it Running - Step by Step.md +++ b/source/usage/Get it Running - Step by Step.md @@ -1,4 +1,4 @@ -#FabAcess Step By Step# +**FabAcess Step By Step** This document provides a step by step Instruction on how to get FabAcess running. At the end of this description you will have: - 2 Users registered to your system @@ -24,7 +24,11 @@ First you need to find the IP of the server. This can be done by typing `ip a` on the console of the system where the BFFH-Server is running. Use the adress listed under BROADCAST. -Start the server. If you are using the docker, this is done by using `docker-compose up -d`. If you compiled the server on your system this is done by entering `./diflouroborane -c examples/bffh.dhall --load examples` and then `./diflouroborane -c examples/bffh.dhall`. You will see some debug information, with probably some warnings. +Start the server. If you are using the docker, this is done by using
+`docker-compose up -d`.
+If you compiled the server on your system this is done by entering
+`./diflouroborane -c examples/bffh.dhall --load examples` and then `./diflouroborane -c examples/bffh.dhall`.
+You will see some debug information, with probably some warnings. Open the App. You will be asked to connect to a Host. Tap "DEMO HOST ADRESS" and change the IP to the IP of your Server, do not change the port number (everything after the IP. This should look like `192.168.1.15:59661`). Tap "SELECT HOST".