mirror of
https://gitlab.com/fabinfra/fabaccess/docs.git
synced 2024-11-16 12:17:57 +01:00
Update Get it Running - Step by Step.md
This commit is contained in:
parent
ea3db4961d
commit
49d3ac1610
@ -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:
|
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
|
- 2 Users registered to your system
|
||||||
@ -7,18 +7,30 @@ This document provides a step by step Instruction on how to get FabAcess running
|
|||||||
- 1 Shelly configured to identify if a machine is just switched on or realy running
|
- 1 Shelly configured to identify if a machine is just switched on or realy running
|
||||||
- 2 QR-Codes generate to acess a machine
|
- 2 QR-Codes generate to acess a machine
|
||||||
|
|
||||||
##Step 1 Installing the BFFH-Server
|
**Step 1 Installing the BFFH-Server**
|
||||||
|
|
||||||
there are multiple ways to install the BFFH server. This can bei either done via
|
there are multiple ways to install the BFFH server. This can bei either done via
|
||||||
- docker - see docker installation document
|
- docker - see docker installation document
|
||||||
- installing from source - see installing from source documentation
|
- installing from source - see installing from source documentation
|
||||||
- installing on Ubuntu for dummies
|
- installing on Ubuntu for dummies
|
||||||
|
|
||||||
##Get the FabAccess App
|
**Step 2 Installing the FabAccess App**
|
||||||
|
|
||||||
get the App via Apple Store or Google Apps.
|
get the App via Apple Store or Google Apps.
|
||||||
|
|
||||||
|
**Step 3 Connect the App and the Server**
|
||||||
|
|
||||||
|
First you need to find the IP of the server. This can be done by typing
|
||||||
`ip a`
|
`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.
|
||||||
|
|
||||||
|
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".
|
||||||
|
|
||||||
|
You will be asked to sign in. For Version 0.2 only the Option "LOGIN WITH PASSWORD" ist available. Use `Testuser` and the passwort `secret` to log in.
|
||||||
|
|
||||||
17. Configure your Shelly
|
17. Configure your Shelly
|
||||||
as long as your Shelly has not been given the credentials for a WLAN, it will create an access point (AP) for configuration. This AP will appear in your list of WLAN.
|
as long as your Shelly has not been given the credentials for a WLAN, it will create an access point (AP) for configuration. This AP will appear in your list of WLAN.
|
||||||
|
Loading…
Reference in New Issue
Block a user