@@ -6,9 +6,6 @@ An openHAB public building stack consists of a docker swarm setup that is build
Heart of the stack is the **Building Manager Script** served as `building_manager.py` and a set of templates. This script provides commands to create and control a multi building setup.
**Content**
[TOC]
## Getting Started
...
...
@@ -25,6 +22,8 @@ This will create a local copy of the script in the current folder. Change to its
cd openhab-pb-stack
```
#### Requirements
The building manager script has a few requirements for the system as well as for the python environment before being able to be executed.
...
...
@@ -132,6 +131,8 @@ cd openhab-pb-stack # Change to script directory
This will open the script in interactive mode. It shows a menu with various options to choose from described below.
## What can it do?
### Initial Setup
...
...
@@ -140,8 +141,6 @@ When the script is started for the first time the only option is to create an in
![init_menu](docs/images/init_menu.png)
### Start and stop the stack
After successful initial execution the stack can be started and stoped either by rerunning the application and using the service menu or by executing the following commands from the repo directory: