From 3c47f5b0c02612a590e7641ecca203b1f8bad30c Mon Sep 17 00:00:00 2001 From: dobli <dobler.alex@gmail.com> Date: Tue, 9 Apr 2019 10:41:49 +0200 Subject: [PATCH] small README changes --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 47e45d6..7523bf7 100644 --- a/README.md +++ b/README.md @@ -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  - - ### 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: @@ -184,11 +183,11 @@ sudo systemctl enable --now swarm-device@zwave_stick\\x20openhab.service sudo systemctl disable --now swarm-device@zwave_stick\\x20openhab.service ``` -## How it works -Following parts describe a little more in detail how the script works and how parts may be executed manually. +## How it works +Following parts describe a little more in detail how the script works and how parts may be executed manually. ### Configuration file generation -- GitLab