Netzwerksolution Documentation Report

README

Bootstrap Installer#

Der Bootstrap materialisiert die dokumentierte Engineering-Installation reproduzierbar.

Führende Beschreibung#

10-bootstrap/config/engineering-installation.example.json

Die Beschreibung legt fest:

Arbeitsweise#

Der Installer ist standardmäßig ein Planungs- und Prüfwerkzeug. Ohne --apply verändert er keine Runtime-Dateien.

cp 10-bootstrap/config/engineering-installation.example.json \
                   10-bootstrap/config/engineering-installation.local.json

                python3 10-bootstrap/engineering-bootstrap.py \
                   10-bootstrap/config/engineering-installation.local.json

Materialisieren:

python3 10-bootstrap/engineering-bootstrap.py \
                   10-bootstrap/config/engineering-installation.local.json \
                   --apply

Native MariaDB ausdrücklich konfigurieren:

python3 10-bootstrap/engineering-bootstrap.py \
                   10-bootstrap/config/engineering-installation.local.json \
                   --apply \
                   --configure-database

Sicherheitsregeln#

Verbindliche Verträge#